Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. @echo off
  2.  
  3. echo.
  4.  
  5. echo Killing -> DayZ Epoch Cherno
  6.  
  7. taskkill /im arma2oaserver.exe
  8.  
  9. echo.
  10.  
  11. echo Killing -> Battleye Extended Control - Bec
  12.  
  13. taskkill /f /im Bec.exe
  14.  
  15. echo.
  16.  
  17. echo Waiting 5 Seconds For MySQL to Save All Data!
  18.  
  19. timeout 5
  20.  
  21. echo.
  22.  
  23. echo Server Startup Intiated
  24.  
  25. cd "C:\Program Files (x86)\Steam\SteamApps\common\Arma 2 Operation Arrowhead\"
  26.  
  27. start "arma2" /min arma2oaserver.exe -port=2302 "-config=instance_13_Tavi\config.cfg" "-cfg=instance_13_Tavi\basic.cfg" "-profiles=instance_13_Tavi" -name=instance_13_Tavi "-mod=@DayzOrigins;@DayzOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server;"
  28.  
  29.  
  30. echo.
  31.  
  32. echo Waiting to Connect to BEC
  33.  
  34. timeout 45
  35.  
  36. echo Launch BEC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement