The files attached are batched which automatically creates an image for you, so you won't have to work with the real command.
We recommend you create an UDF Image. The original Vista DVD is UDF format.
UDF
Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files.
CLS @echo off TITLE Creating UDF Image of Miscrosoft Windows Vista ECHO. ECHO You image is now being created. Make sure oscdimg.exe is present. ECHO. ECHO Creating your UDF... oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.iso ECHO. PAUSE EXIT
ISO Making an ISO is also possible. However we recommend UDF.
Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files.
CODE CLS @echo off TITLE Creating ISO Image of Miscrosoft Windows Vista ECHO. ECHO You image is now being created. Make sure oscdimg.exe is present. ECHO. ECHO Creating your ISO... oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.iso ECHO. PAUSE EXIT
There are many other options which can compile an ISO/UDF. If there are better complication I hope to see them! These little batches are just for starters. I am sure pro's can do it without hassle in command.
Attached File(s)
-
oscdimg.exe (74K)
Number of downloads: 1833
This post has been edited by cai_sebas: 08 December 2006 - 05:49 AM



Help

Back to top










