Hi,
I have a very simple bat file which opens a MS access file like this
Name of the file
C\:DB.bat
Inside:
"S:\Database\Klanten-produkten-database.mdb"
Now the DB opens nicely, but the cmd box stays open until I close the application or when I close it manually on the big "X"
Anyway of preventing this?
Inside:
"S:\Database\Klanten-produkten-database.mdb"
This is the complete text of the batch file - right?
One idea - what happens if you add exit ?
as in:
"S:\Database\Klanten-produkten-database.mdb"
exit
Other idea - (are you running WinXP ... or what? ) assuming Windows,
what happens if you right click on your batch file, go to Properties, and look for a check box like "Close on Exit"? tic it to be ON.
Experiment with that, and let us know how it behaves then.
(I don't have XP, so I can't be more specific by experimenting with it myself)