Advertisement
ESClaus

Untitled

Apr 27th, 2019
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. echo Starting Auth Server
  3. START "" /d C:\CoXServer\ "C:\CoXServer\bin\authserver.exe"
  4. TIMEOUT 5
  5. echo Starting DB Server
  6. START "" /d C:\CoXServer\ "C:\CoXServer\bin\dbserver.exe" -zonelaunchers 1
  7. TIMEOUT 5
  8. echo Starting Chat Server
  9. START "" /d C:\CoXServer\ "C:\CoXServer\bin\chatserver.exe"
  10. TIMEOUT 5
  11. echo Starting Launcher Server
  12. START "" /d C:\CoXServer\ "C:\CoXServer\bin\launcher64.exe" -noversioncheck
  13. TIMEOUT 5
  14. echo Starting Mission Server x64
  15. START "" /d C:\CoXServer\ "C:\CoXServer\bin\missionserver64.exe
  16. TIMEOUT 5
  17. echo Starting Auction Server
  18. START "" /d C:\CoXServer\ "C:\CoXServer\bin\auctionserver.exe
  19. TIMEOUT 5
  20. echo Starting Server Monitor x64
  21. START "" /d C:\CoXServer\ "C:\CoXServer\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