Daemian
Posting Freak
Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation:
49
|
RE: .bat files not launching
Try using a shortcut, you can specify a working directory there. It can be a temporary solution.
- Right click the .bat, from the menu select Send To -> Desktop (Create Shortcut)
- Right click the new shortcut on the desktop, select properties, on the box Start In enter the path to the mod and accept.
(example: Start In: D:\Amnesia\redist\mymod\).
- Run the shortcut.
Edit: Another way is to create a shortcut to Launcher.exe and edit its properties. On Target add what the .bat contains (without the executable's name).
Example:
Inside batch says Launcher.exe MyMod/Config/main_init.cfg
You copy this path: MyMod/Config/main_init.cfg
And you paste it in Target on the shortcut's properties.
Result: Target: D:/Amnesia/redist/Launcher.exe MyMod/Config/main_init.cfg
(This post was last modified: 05-12-2016, 01:08 AM by Daemian.)
|
|
05-12-2016, 12:54 AM |
|