Lightwave
Ad astra
- Local time
- Today, 12:47
- Joined
- Sep 27, 2004
- Messages
- 1,537
OK I'm using a simple batch file to copy an access front end down from a server to a local hard drive. My simple version of a front end autoupdater. 
Problem is when it calls Access07 the focus goes to the Access Database and never comes back to the DOS Window thus the EXIT command never executes.
Has anyone got any ideas on how to close the DOS window down or better still never let it open.
WinXP / Access 07

Code:
@Echo Off
REM copy from network drive to local drive
xcopy "\\cc-edplan-01\SPaDE\autoupdate\SPADE_FE.mde" "C:\Program Files\BlueCoyote\Test\SPADE_FE.mde" /Y /R /F
"C:\Program Files\BlueCoyote\Test\SPADE_FE.mde"
EXIT
Problem is when it calls Access07 the focus goes to the Access Database and never comes back to the DOS Window thus the EXIT command never executes.
Has anyone got any ideas on how to close the DOS window down or better still never let it open.
WinXP / Access 07
Last edited: