Jump to content

include filesize/media capacity confirmation dialogue for "move folder into it" cmd for Bluray burning?


Recommended Posts

Posted

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

 

img burn confirmation.png

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.