Advertisement
Guest User

restarter

a guest
Apr 15th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. @echo off
  2. cls
  3. color F1
  4. title Server starter by Link
  5. cls
  6. :Y
  7. echo =================================
  8. echo == Killing process ==
  9. echo =================================
  10. echo.
  11. echo.
  12. echo.
  13.  
  14. echo Killing current running server ...
  15. taskkill /IM arma2oaserver.exe
  16. timeout /T 2
  17. echo Recheck server ...
  18. taskkill /IM arma2oaserver.exe
  19. cls
  20.  
  21. echo =================================
  22. echo == Starting server ==
  23. echo =================================
  24. echo.
  25. echo.
  26. echo.
  27.  
  28. @start /high /min Expansion\beta\arma2oaserver.exe -port=2302 -bandwidthAlg=2 -nosplash -noCB -maxMem=2047 -cpuCount=2 -exThreads=0 -noPause -noSound -noFilePatching -name=Chernarus -profiles=dayz_1.chernarus -cfg=dayz_1.chernarus\basic.cfg -config=dayz_1.chernarus\config_5c8c2484.cfg -mod=@dayz;expansion\beta;expansion\beta\expansion;Expansion\beta\expansion\addons;@reality_1.chernarus -world=chernarus
  29. echo Starting BEC again ...
  30. @start /min Bec.exe -f config.cfg
  31. echo.
  32. timeout /T 7200
  33. goto Y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement