|
Post Number: 1
|
soerenmoeren 

Group: Members
Posts: 1
Joined: Mar. 2012
|
 |
Posted 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!
|
 |
|
|
Post Number: 2
|
xoben 

Group: Super Administrators
Posts: 2200
Joined: Nov. 2004
|
 |
Posted 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)
|
 |
|
|
Post Number: 3
|
celavey 

Group: Members
Posts: 20
Joined: May 2012
|
 |
Posted on: May 16 2012,20:58 |
|
 |
I am new to UltraISO and would like to know where can I enter these commands?
|
 |
|
|
|