Forum: UltraISO
Topic: Creating bootable USB with Win7 disk...
started by: c22

Posted by c22 on Aug. 12 2012,13:33
Hello guys,

I'm in need to prepare a script that will make creating usb boot drive automatic.

I've got ISO file with Windows 7 installer and it works perfectly when I make my drive manually like that:

Ultraiso.exec -> open -> w7.iso -> bootable -> write disk image -> write

But I would like to make it automatic using command line.

I'm very bad at that and I only managed to write something like this:

"
@echo off
timeout 1
start UltraISO.exe -input "C:\Program Files (x86)\UltraISO\w7aio_aa.iso"
timeout 1
"

Obviously it doesn't write the image to the USB stick, because I can't find a suitable command for that. Any help? :(

Posted by xoben on Aug. 26 2012,05:02
Parameter '-writeusb' should be helpful:

UltraISO.exe -input "C:\Program Files (x86)\UltraISO\w7aio_aa.iso" -writeusb