View Single Post
Old 02-02-18, 12:57 AM   #31
sputterfish
Watch
 
Join Date: Nov 2014
Posts: 20
Downloads: 56
Uploads: 0
Default

Quote:
Originally Posted by vdr1981 View Post
I think I have a small problem sputterfish.

When my SFX finishes extraction and execute your exe files, the output files are created directly in the main SH5 root directory and not where they should be, even though my installer did place them in correct subfolders.

Of course, when executed manually by mouse click, everything is OK, so I'm not really sure what is going on...Tried both with and without administration rights on my SFX TWoS installer.

Do you have any suggestions ? Maybe we could try your suggestion from above?

EDIT:
Found this on the net, maybe it's related to the mentioned problem in some way...
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"

Last edited by sputterfish; 02-02-18 at 01:39 AM.
sputterfish is offline   Reply With Quote