W
Waldemar
I have a batch file containing 3 lines:
copy c:\Temp\db1.mde d:\Temp\db1.mde
d:\Temp\db1.mde
exit
I want user to use fresh front end each time when starting an Access application.
One problem with it is, the batch window stays open as long as Access application is running. User has to close it manually. How can I make it close? The third line does not execute as long as Access app is open.
Thanks,
Waldemar
copy c:\Temp\db1.mde d:\Temp\db1.mde
d:\Temp\db1.mde
exit
I want user to use fresh front end each time when starting an Access application.
One problem with it is, the batch window stays open as long as Access application is running. User has to close it manually. How can I make it close? The third line does not execute as long as Access app is open.
Thanks,
Waldemar