Originally posted by: Ken g6
If that's what you mean by "start in", the batch file way to do it is to "cd" to the "start in" directory, then run the executable from its full path.
cd c:\my\start\in\directory
c:\my\program\directory\my_program.exe
Ah, OK that might work. Someone said this would work, at least for this program:
Execute the following:
c:\my\program\directory\my_program.exe <data_drive>:\mydata\my_programdata
The object is to get the program to use a specific data location, in this case on another computer on the LAN. I haven't tried this yet, but I suppose it will work. What I have done until just now is run the executable on the other machine. It works OK once the executable loads, but it loads kind of slowly.