sambo
Registered User.
- Local time
- Today, 12:26
- Joined
- Aug 29, 2002
- Messages
- 289
I open my database via batch file, but the batch file hangs at the final line (as if it is waiting for the MsAccess.exe line to complete)
It never makes it to the "quit" line, so the batch file continues to run infinitely (or until I shut it down manually)
Here are the final few lines of the batch file..
Any ideas on how to goto next line after opening InspectionFe.mdb?
It never makes it to the "quit" line, so the batch file continues to run infinitely (or until I shut it down manually)
Here are the final few lines of the batch file..
Code:
c:
cd\program files\microsoft office\office
Msaccess.exe "C:\InspectionDB\InspectionFe.mdb"
:end
quit
Any ideas on how to goto next line after opening InspectionFe.mdb?