I have created a DOS batch file (below) to copy a file from one directory to another.
@ECHO OFF
ECHO ***D288 ECCT Installation Routine***
ECHO ***Installation in progress. Please wait...***
ECHO
XCOPY "V:\BSS Offline Systems\D288 - ECCT\D288_ECCT_App.mdb" C:\ECCTECHO ***Installation Complete***
EXIT
I need to execute this batch file within the DOS window, but I can't remember what the syntax for the shortcut is. Can anyone help?
Cheers,
Ed Metcalfe.
Please do not feed the trolls.....
@ECHO OFF
ECHO ***D288 ECCT Installation Routine***
ECHO ***Installation in progress. Please wait...***
ECHO
XCOPY "V:\BSS Offline Systems\D288 - ECCT\D288_ECCT_App.mdb" C:\ECCTECHO ***Installation Complete***
EXIT
I need to execute this batch file within the DOS window, but I can't remember what the syntax for the shortcut is. Can anyone help?
Cheers,
Ed Metcalfe.
Please do not feed the trolls.....