English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm trying to use a .bat file to open an Access database that is located on a shared drive. When I use the path defined in the propertied of the database, the file is not found.

2007-08-09 06:30:57 · 3 answers · asked by sfgirl 1 in Computers & Internet Programming & Design

3 answers

I recommend you use the network directory for the database rather than a mapped drive.

\\SharedVolume\DirectoryName\DatabaseFile

This way if the drive letter changes the BAT fie can still find directory.

2007-08-09 06:36:00 · answer #1 · answered by Anonymous · 0 0

the easiest is probably for you to map the shared drive to a drive letter

2007-08-09 13:33:22 · answer #2 · answered by mdigitale 7 · 0 0

If the previous solutions don't work, you may want to post your question here:

http://groups.google.com/group/alt.msdos.batch/topics?gvc=2

2007-08-09 13:37:19 · answer #3 · answered by Volusian 7 · 0 0

fedest.com, questions and answers