Advertisement
bustedparts

startup bat for tanoa

Feb 2nd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. @echo off
  2. color 0a
  3. title Exile Monitor
  4. :Serverstart
  5. echo Launching Server
  6. C:
  7. cd "C:\exiletanoa"
  8. echo Exile Server Monitor... Active !
  9. start "Arma3" /min /wait arma3server1.exe -mod=@exile;@CBA_A3;@CUP_Weapons;@CUP_Units;@CUP_Vehicles;@NIArsenal;Kart;Mark;Heli; -servermod=@exileserver; -config=C:\exiletanoa\@ExileServer\config.cfg -port=6302 -profiles=SC -cfg=C:\exiletanoa\@ExileServer\basic.cfg -name=SC -autoinit
  10. ping 127.0.0.1 -n 15 >NUL
  11. echo Exile Server Shutdown ... Restarting!
  12. ping 127.0.0.1 -n 5 >NUL
  13. cls
  14. goto Serverstart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement