View Single Post
Old 02-02-18, 07:49 AM   #10
vdr1981
Navy Seal
 
Join Date: May 2010
Location: Србија
Posts: 6,078
Downloads: 581
Uploads: 13


Default

Quote:
Originally Posted by sputterfish View Post
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...
vdr1981 is offline   Reply With Quote