Nitro Posted November 6, 2008 Posted November 6, 2008 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
mmalves Posted November 7, 2008 Posted November 7, 2008 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.
Recommended Posts