Advertisement
tavarner17

my batch file

Feb 4th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. @echo off
  2.  
  3. rem Start Tribes Ascend
  4. start /wait /b "Tribes Ascend" "C:\Program Files (x86)\Hi-Rez Studios\HiRezLauncherUI.exe" game=200 product=10
  5.  
  6. rem Start Reticle
  7. start /wait /b "Loader" "E:\Users\Tim\Desktop\Media\Games\All Things Tribes\Reticles\Loader.exe"
  8.  
  9. rem Start Mumble
  10. start /wait /b "mumble" "C:\Program Files (x86)\Mumble\mumble.exe" NATribes
  11.  
  12. rem Start OBS
  13. start /wait /b "OBS" "C:\Program Files (x86)\OBS\OBS.exe"
  14.  
  15. rem Start Magic Chain
  16. start /wait /b "ACDontop" "E:\Users\Tim\Desktop\Media\Games\All Things Tribes\RedVersion1.1\RedVersion1.1\ACDontop.exe"
  17.  
  18. rem Start Hex Chat
  19. set LC_ALL=en
  20. start /wait /b "hexchat" "C:\Program Files\HexChat\hexchat.exe" irc://irc.tribalwar.com/emp
  21.  
  22. @echo off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement