Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


.bat files not launching
Spelos Away
Banned

Posts: 231
Threads: 19
Joined: Sep 2014
#6
RE: .bat files not launching

I agree with what Mudbill said.

Bare in mind that if Launcher.exe is not located in your mod's folder (which it's obviously not), you need to go up a directory.

You could do that by adding "..\" to the location, though I prefer pushing the working directory before executing the code itself...

I would do something like this:

pushd ..\
Launcher.exe "Amnesia Dark Horror\DH_config\main_init.cfg"

Also... another tip... Don't launch it as an administrator.
The default directory for that is the System32 folder.
You do have rights to launch applications.
05-08-2016, 07:43 PM
Find


Messages In This Thread
.bat files not launching - by LinkX2011 - 05-04-2016, 09:00 PM
RE: .bat files not launching - by Mudbill - 05-04-2016, 10:38 PM
RE: .bat files not launching - by LinkX2011 - 05-07-2016, 03:56 AM
RE: .bat files not launching - by Daemian - 05-05-2016, 04:58 AM
RE: .bat files not launching - by Mudbill - 05-07-2016, 04:29 PM
RE: .bat files not launching - by LinkX2011 - 05-08-2016, 09:11 PM
RE: .bat files not launching - by Spelos - 05-08-2016, 07:43 PM
RE: .bat files not launching - by Mudbill - 05-08-2016, 09:18 PM
RE: .bat files not launching - by LinkX2011 - 05-11-2016, 10:12 PM
RE: .bat files not launching - by Daemian - 05-12-2016, 12:54 AM
RE: .bat files not launching - by Mudbill - 05-12-2016, 01:40 AM
RE: .bat files not launching - by LinkX2011 - 05-12-2016, 03:02 AM
RE: .bat files not launching - by Daemian - 05-12-2016, 04:30 AM
RE: .bat files not launching - by Mudbill - 05-12-2016, 09:44 AM
RE: .bat files not launching - by LinkX2011 - 05-12-2016, 11:41 PM
RE: .bat files not launching - by Daemian - 05-13-2016, 03:09 AM
RE: .bat files not launching - by Mudbill - 05-13-2016, 08:38 AM
RE: .bat files not launching - by LinkX2011 - 05-13-2016, 08:48 PM
RE: .bat files not launching - by Mudbill - 05-13-2016, 09:37 PM
RE: .bat files not launching - by Daemian - 05-13-2016, 10:56 PM
RE: .bat files not launching - by Mudbill - 05-14-2016, 12:22 AM
RE: .bat files not launching - by Daemian - 05-14-2016, 01:00 AM
RE: .bat files not launching - by LinkX2011 - 05-15-2016, 10:28 PM
RE: .bat files not launching - by Daemian - 05-16-2016, 04:37 PM



Users browsing this thread: 1 Guest(s)