PDA

View Full Version : Issue launching Recursion through batch file.



useduser
06-02-2014, 04:02 PM
I guess I'm a lazy person, so I wanted a batch file to launch Recursion along with Planetside 2 through one shortcut.

I made a simple batch file. The lines the file contain are below:

start "" "C:\Program Files (x86)\Recursion\RealTimeStatTracker\RTST.exe"
start "" "C:\Users\Public\Sony Online Entertainment\Installed Games\PlanetSide 2\LaunchPad.exe"


That's it fairly simple right?

Well its not launching Recursion like it would if I simply clicked on the shortcut, it launches, doesn't auto log me in, doesn't have my password stored like normal, and it saves the files named "log4net.config" and "ses.bin" to my desktop.

I'm not sure if its because I didn't include something in my command, or if its because its being launched through a command. If someone could let me know that'd be great.

Silencer
06-02-2014, 07:55 PM
Try putting the batch file in the RTST folder and creating a shortcut to the batch file on your desktop.

Right now RTST thinks it's opening from the desktop which is why it's creating those files there and unable to load the matching configuration file.