Jump to content

command line


Recommended Posts

Posted

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

Posted

Yeah, read the 'ReadMe.txt' file that's installed alongside the exe.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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