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