Forum: UltraISO
Topic: NEwbie Bootable CD Question
started by: redtom

Posted by redtom on Nov. 26 2004,10:47
I'm trying to create a bootable ISO automatically in a batch file using UltraISO.

The commandline I'm using is:

ultraiso\ultraiso -volume CD_VOLUME -joliet -bootfile BOOT.BIN -d "D:\CD_FILES" -out "D:\CD.ISO"

I tried this with the BOOT.BIN in the same folder as the batch and with a full path to the BOOT.BIN, it didn't work.

I also tried it with the boot files in the CD_FILES folder, still no luck.

Has anyone tried this, and if so what am I doing wrong?

The help doesn't go intot he command line options in too much detail.

Cheers
Posted by xoben on Nov. 26 2004,20:22
Please use FULL path for '-bootfile', such as '-bootfile d:\cd_files\boot.bin'.