S
Steph
I tried this:
Chdir "C:\MyDir"
It works fine when i'm logged as an administrator.
It doesn't work when i'm logged as someone else.
any idea?
I need to change the directory because I use the SHELL function to run
another app.
Shell "C:\MyDir\MyApp.exe"
On open, MyApp.exe tries to read the MyApp.ini file in the current directory
(should be the same as the exe ).
I would like the current directory to be C:\MyDir\ without changing the
default database folder (C:\documents and settings\my documents). see
Options\General tab
Chdir "C:\MyDir"
It works fine when i'm logged as an administrator.
It doesn't work when i'm logged as someone else.
any idea?
I need to change the directory because I use the SHELL function to run
another app.
Shell "C:\MyDir\MyApp.exe"
On open, MyApp.exe tries to read the MyApp.ini file in the current directory
(should be the same as the exe ).
I would like the current directory to be C:\MyDir\ without changing the
default database folder (C:\documents and settings\my documents). see
Options\General tab