Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. @echo off
  2. echo.
  3. echo KILL servers
  4. set serverkill="C:\Servers\arma3-servers"
  5. cd /d %serverkill%
  6. taskkill /im arma3.exe
  7. echo.
  8. echo Kill Bec.exe
  9. set beckill="C:\Servers\arma3-servers\arma3serverconfig"
  10. cd /d %beckill%
  11. taskkill /im bec.exe
  12.  
  13. timeout 7
  14.  
  15. echo Restarting
  16. :: start the servers..
  17. set armapath="C:\Servers\arma3-servers"
  18. cd /d %armapath%
  19. start "" "arma3.exe" -server -ip=167.114.101.176 -port=2302 -bepath=C:\Servers\arma3-servers\SC -world=empty -mod=@Epoch;@EpochHive; -config=C:\arma3-server\SC\config.cfg -profiles=SC -cfg=C:\arma3-server\SC\basic.cfg -name=SC
  20. echo.
  21. echo Starting Bec
  22. timeout 5
  23. :: start bec
  24. set becpath="C:\Servers\arma3-servers\arma3serverconfig"
  25. cd /d %becpath%
  26. start "" "bec.exe" -f Config.cfg
  27. echo.
  28. echo Server Started 100%
  29.  
  30. cls
  31. @exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement