Advertisement
Guest User

Start Server.bat

a guest
Apr 25th, 2019
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.61 KB | None | 0 0
  1. @echo off
  2. echo Starting Auth Server
  3. START C:\coh\bin\authserver.exe
  4. TIMEOUT 2
  5. echo Starting DB Server
  6. START C:\coh\bin\dbserver64.exe -zonelaunchers 1
  7. TIMEOUT 2
  8. echo Starting Chat Server
  9. START C:\COH\bin\chatserver.exe
  10. TIMEOUT 2
  11. echo Starting Launcher Server
  12. START C:\coh\bin\launcher64.exe -noversioncheck
  13. TIMEOUT 2
  14. echo Starting Mission Server x64
  15. START C:\coh\bin\missionserver64.exe
  16. TIMEOUT 2
  17. echo Starting Auction Server
  18. START C:\coh\bin\auctionserver.exe
  19. TIMEOUT 2
  20. echo Starting Server Monitor x64
  21. START C:\coh\bin\servermonitor64.exe
  22. echo Everything should be launched! Go enjoy COH.
  23. TIMEOUT 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement