HTPC Posted yesterday at 01:16 PM Posted yesterday at 01:16 PM Hello, there are quite a few threads regarding command line usage with img burn and I can happily confirm that creating a bluray iso, dvd iso and burn a dvd folder works amazing with the suggested commands. However for bluray burning I would love to have the filesize/media capacity confirmation dialogue included which I have to confirm before starting the burn process. At the moment it starts to burn immediately and a dialogue would only show up if the image is bigger than the actual media. What do I need to add to the cmd command in order for it to always show the dialogue before starting the burn process? dialogue: (attached in this post) cmd: set INPUTFILE=%1 for /F "delims=" %%i in (%INPUTFILE%) do SET BASENAME=%%~ni FOR %%F IN (%INPUTFILE%) DO ("C:\Program Files\ImgBurn\ImgBurn.exe" /MODE BUILD /BUILDINPUTMODE STANDARD /BUILDOUTPUTMODE DEVICE /SRC "%%F\" /DEST "B:" /FILESYSTEM "UDF" /UDFREVISION "2.50" /VOLUMELABEL %BASENAME% /PRESERVEFULLPATHNAMES NO /ROOTFOLDER YES /NOIMAGEDETAILS /START /CLOSESUCCESS /EJECT YES /WAITFORMEDIA ) thanks in advance for your help regards
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