Jump to content

disable prompting for build from cmd line


Recommended Posts

Posted

Hi all,

 

I have written a batch file to automate the conversion of some bdrom folders to .iso images, problem is for each build I am prompted to confirm. Is there a way I can disable this? i.e. a silent/quiet mode option.

 

Thanks

 

Batch file contents below:

 

@ECHO off

C:

CD \Movies

FOR /d %%I IN (*) DO (

CLS

IF exist %%I\BDMV (

ECHO %%I

"C:\Program Files\ImgBurn\ImgBurn.EXE" /MODE BUILD /BUILDMODE IMAGEFILE /SRC "C:\Movies\%%I" /DEST "C:\Movies\%%I.iso" /FILESYSTEM "UDF" /UDFREVISION "2.50" /VOLUMELABEL "%%I" /START /CLOSE

)

)

Posted

No worries folks, worked it out myself.

 

In Settings, on Build tab select "Don't Prompt Image Details".

 

Doh! Didn't spot it first time 'round...

Posted

You could also read the readme file.

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.