jdbeast00
March 10th, 2006, 04:18 PM
I am using an application that is able to execute scripts from the command line. Basically, I write a batch file that works when I run it from the command line, but when I run by calling it from the program, it usually fails with some access-related error, like "network drive not reachable" or soemthing similar. I am looking for information on what I can do to change the permissions or whatever I need to do in order to get my command line files to execute with the same permissions that they do when I call them from cmd.exe directly. Any help is greatly appreciated!