Cosmos/source/ISO/Build.bat
2007-11-18 12:53:30 +00:00

6 lines
276 B
Batchfile

del cosmos.iso
attrib files\boot\grub\stage2_eltorito -r
..\..\Tools\mkisofs\mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o Cosmos.iso files
pause
..\..\tools\qemu\qemu.exe -L ..\..\tools\qemu -cdrom Cosmos.iso -boot d
pause