Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo Starting Auth Server
- START C:\coh\bin\authserver.exe
- TIMEOUT 2
- echo Starting DB Server
- START C:\coh\bin\dbserver64.exe -zonelaunchers 1
- TIMEOUT 2
- echo Starting Chat Server
- START C:\COH\bin\chatserver.exe
- TIMEOUT 2
- echo Starting Launcher Server
- START C:\coh\bin\launcher64.exe -noversioncheck
- TIMEOUT 2
- echo Starting Mission Server x64
- START C:\coh\bin\missionserver64.exe
- TIMEOUT 2
- echo Starting Auction Server
- START C:\coh\bin\auctionserver.exe
- TIMEOUT 2
- echo Starting Server Monitor x64
- START C:\coh\bin\servermonitor64.exe
- echo Everything should be launched! Go enjoy COH.
- TIMEOUT 10
Advertisement
Add Comment
Please, Sign In to add comment