Jump to content

command line


ms-dvdburn

Recommended Posts

GREAT program!!!!

 

is there documentation on command line use of imgburm ?

 

microsoft freebie (on some ms windows resource kit (w2k3?) ):

only can be used from command prompt, or within .bat file

 

dvdburn.exe

 

usage:

 

dvdburn drive file.iso

 

sample use:

 

c:\some_folder> dvdburn q: n:\somedata.iso

 

or from .bat file

 

a_bat_file.bat

rem bat file to create iso and dvd of folder tree

 

set thedrive=q:

set thedir=m:/top_level_folder

set thelog=l:/logz/todays.log

 

set theiso=n:/file.iso

set theisowin=n:\file.iso

 

rem build the .iso

rem mkisofs [switches] n:/some_folder > file.iso

mkisofs -v -J -R -U -joliet-long -iso-level 4 -log-file %thelog% %thedir% > %theiso%

 

rem image to dvd platter

 

dvdburn %thedrive% %theisowin%

 

exit

rem end of a_bat_file.bat

 

and a cdburn.exe from an earlier resource kit (w2k?)

 

cdburn drive file.iso

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.