Quote:
Originally Posted by sputterfish
Yeah the issue is that the program running the apps is running them from another folder so they default to the directory where it is run from I believe. I'll check for a work around.
EDIT:
So by using the following batch you can execute from the subdir like so. Just make sure to replace the words "subdir" with the name of the subdirectory
Code:
start cmd.exe /c "GPcfg.exe"
start "" /d "%~dp0subdir" "OFEVcfg.exe"
|
Thanks sputterfish, I'll test it...