Jump to content

Command Line


PsyDonia

Recommended Posts

Hello I try to make an iso with command line options.

2 iso actuly

the line looks like this

ImgBurn.exe /MODE BUILD /BUILDINPUTMODE STANDARD /BUILDOUTPUTMODE IMAGEFILE /SRC "G:\PathToFiles\" /DEST "G:\FileISO.iso" /FILESYSTEM "ISO9660 + Joliet" /VOLUMELABEL_ISO9660 "LabelSomething" /VOLUMELABEL_JOLIET "LabelSomething" /OVERWRITE YES /ROOTFOLDER YES /START /CLOSE

 

 

it works good. but one get a message say about how many files and stuff like that and I must click ok.

how can I make it so I don´t need to press ok there.

 

also how can I make this one to be bootable and specify an boot image file

Link to comment
Share on other sites

/NOIMAGEDETAILS

Used to stop the program from displaying details about the image.

Only applies to BUILD mode.

 

Bootable options can be found in the ReadMe.txt file in the programs default location.

 

Look int the section for the various /BOOT* options.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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