Forum: UltraISO
Topic: command line : put files in subfolder
started by: soerenmoeren

Posted by soerenmoeren on Mar. 20 2012,09:36
@"%programfiles(x86)%\ultraiso\ultraiso.exe" -silent -imax -l -l -newdir data -f "file1" -f "file2" -f "file3" -f "file4" -volu "myISOname" -out "myISOname.iso"

is the command line i use in a batch file.

the newdir line is a new addition since we want to put some files into subfolders from now on. but how do i put them there? i can't seem to find the command to specifiy the targetfolder of the files in the iso fs.

-d will only put the files inside a specified directory into the root of the iso but not the folder itself (thats what help says)

anyone able to help

thanks in advance!

Posted by xoben on Mar. 26 2012,04:20
-newdir dirname    Create a new directory
-chdir dirname       Change current directory in ISO image
-rmdir filename       Remove a file or folder from ISO image (full path should be specified)

Posted by celavey on May 16 2012,20:58
I am new to UltraISO and would like to know where can I enter these commands?