Forum: UltraISO
Topic: Automating a complex problem
started by: Murpur

Posted by Murpur on May 03 2009,03:22
Alright the situation I have is this, I have multiple CD images that need files replaced (mostly Installshield 3.x setup files), ideally I'd like to do this via the command-line without the GUI popping up at all in the process. The procedure is like this at present.

CODE
ultraiso -in test.iso -output test2.iso -rm setup\setup.* -file "C:\installer temp\setup\" -silent


Are there any perceived issues with this, ie should I not use wildcards on the deletion, and/or use multiple steps to remove the old and then add the replacement setup? And can I use the CLI to do other formats besides ISO? As some of the images I'm updating contain CDDA tracks.

Posted by xoben on May 05 2009,20:14
Sorry, wild-char's is not supported by command-line.
Posted by Murpur on May 09 2009,01:42
That's not a serious problem, just makes for a bit more work. The support of formats besides iso however is important because killing audio on mixed mode CDs isn't an option.