Is there a command to prevent Confirm Volume Label dialog window from opening?
My batch file:
CopySW_F.bat
-----
@echo off
C:
CD\
CD Program Files
CD ImgBurn
echo Copying disc in drive F to file %1
ImgBurn.exe /MODE BUILD /OUTPUTMODE IMAGEFILE /SRC F: /DEST %1 /START /EJECT YES
-----
Want I want:
command "CopySW_F.bat C:\CD.bin"
To create CD image CD.bin without any input needed in ImgBurn
When I run this the Confirm Volume Label pops up with a 30 second delay until my system will start copying my CD.
Thanks in advance for any feedback I can get on how this should be configured.
Matt