Can anyone elaborate on the help file within UltraISO? I'm trying to remove a file from an ISO and replace it with a different file, through the command line operation. I'm trying to make a batch file that will automate the updates that are necessary for my needs.
First and foremost, I'm just trying to use the -rmdir argument to remove the file.
Here's my example:
ultraiso -in \folder\filename.iso -chdir "/folder/subfolder/subfolder/" -rmdir filename.exe
Also what does the -chdir change directories in? Is it the iso file or is it the folder that you are going to get the new files from on your hard drive?
Back to what I was getting at though, I'm thinking this will remove the 'file', since the help file (chm) says:
-rmdir filename Remove a file or folder from ISO image (full path should be specified)
Below, in the quote, is example 3 from the help file (chm) and I'm trying to repeat this, with out the adding a file part, which confuses me how this works as well, because it looks like the file that was added is then removed immediately, unless what it means is to swap the files?:
QUOTE
3) ultraiso -in c:\test.iso -c "/program files/ultraiso" -f "c:\autoexec.bat" -rm /autoexec.bat
Open an ISO image exists, change directory and add one file there; then remove one file.