Forum: UltraISO
Topic: Help With Command Line Instructions??
started by: mwkurt

Posted by mwkurt on Jul. 24 2006,22:43
I am trying to burn a group of folders to a DVD using command line parameters in UltraISO. Here is what I have:

C:\Program Files\Ultraiso\ultraiso.exe" ultraiso -imax -l
-udf -optimize -directory "c:\program files\unzipped"
-volu TEST_ISO -out c:\test.iso

I know that I am doing something wrong here. I have looked at the examples in the help file and searched for examples here and I guess I still need some help.
I get UltraISO to open, but it just sits there. I want to create an ISO image of all the folders and files in the directory "unzipped". It should be a UDF ISO image because these are going to be playable DVD's. After it creates the ISO image I need for UltraISO to shut itself down so I can go on to the next batch command.
Is this possible? Can someone help me out and let me know what I am doing wrong?
Many Thanks In Advance,
Mark

Posted by xoben on Jul. 25 2006,05:02
The following command works:
"C:\Program Files\Ultraiso\ultraiso.exe" -l -udf -optimize -directory "c:\program files\unzipped" -volu TEST_ISO -out c:\test.iso

Posted by mwkurt on Jul. 25 2006,08:56
That worked like a charm. Thanks so much Xoben.
Mark