Since I got quite annoyed after forgetting to launch Recursion Tracker, I wrote a short script to launch them both simultaneously.

Simply make a new Text file, paste this into it:



strProgramPath = "C:\ProgrammeSSD\Planetside2\LaunchPad.exe"

SET objShell = CREATEOBJECT("Wscript.Shell")

objShell.Run strProgramPath



strProgramPath = "D:\Programme\RecursionTrackerPS2\RTST.exe"

SET objShell = CREATEOBJECT("Wscript.Shell")

objShell.Run strProgramPath



Dont forget to replace the Paths with te ones to your installations (simply copy them from the shortcuts on your desktop)
Go to save as and Enter the name you want, but put a .vbs at the end.
THen chance the fyle type to "all file types" and save.
Doubleclick to run it.