Jump to content

Batch Conversion


Nitro

Recommended Posts

I'm running a batch files for IMGBurn in build mode, and I can't seem to find a way to run this minimized.

Is there a switch that could be used in the command line?

"%PathToImgBurn%\ImgBurn.exe" /MODE BUILD /BUILDMODE IMAGEFILE /SRC "%~f1" /DEST "%DEST%\%1\%1.iso" /FILESYSTEM "UDF" /UDFREVISION "2.50" /VOLUMELABEL "%1" /CLOSESUCCESS /NOIMAGEDETAILS /ROOTFOLDER "YES" /START

Link to comment
Share on other sites

Open Command Prompt and type start /?

You'll see that there's the /MIN parameter, which runs the program minimized. You might also want to use /WAIT so that it doesn't launch several ImgBurns at once.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.