Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- start LaunchPad.exe
- tasklist | findstr "RTST.exe">nul || start /d "C:\Program Files (x86)\Recursion\RealTimeStatTracker" RTST.exe
- tasklist | findstr "ts3client_win64.exe">nul || start /d "C:\Program Files\TeamSpeak 3 Client" ts3client_win64.exe
- cd "C:\Users\Public\SonyOnlineEntertainment\InstalledGames\PlanetSide2\"
- echo Starting Planetside 2 launcher.
- echo When the green PLAY button lights up, click this window and press any key.
- echo (Note that if there's a patch to download, that might take a while to happen.)
- pause > nul
- echo Applying user font...
- copy verdana.ttf UI\Resource\Fonts\Geo-Md.ttf
- echo ...Done! Press any key to close this window and enjoy the game!
- pause > nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement