PsyDonia Posted February 6, 2011 Posted February 6, 2011 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
Cynthia Posted February 6, 2011 Posted February 6, 2011 /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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now