- Easy to edit.
Quote:
@echo off
start CustomCertificationServer.exe packt.dat
CHOICE /N /T 3 /D y /M " 1) CustomCertificationServer executed!"
start GlobalManager.exe
CHOICE /N /T 3 /D y /M " 2) GlobalManager executed!"
start GatewayServer.exe
CHOICE /N /T 3 /D y /M " 3) GatewayServer executed!"
start MachineManager.exe
CHOICE /N /T 3 /D y /M " 4) MachineManager executed!"
start DownloadServer.exe
CHOICE /N /T 3 /D y /M " 5) DownloadServer executed!"
start FarmManager.exe
CHOICE /N /T 3 /D y /M " 6) FarmManager executed!"
start SR_ShardManager.exe
CHOICE /N /T 3 /D y /M " 7) SR_ShardManager executed!"
start AgentServer.exe
CHOICE /N /T 3 /D y /M " 8) AgentServer executed!"
start SR_GameServer.exe
CHOICE /N /T 3 /D y /M " 9) SR_GameServer executed!"
REM change the file extension of smc_independent to ".exe" if SMC is present where the batch file is
REM or place a shortcut to SMC called smc_independent where the batch file is
start smc_independent.lnk
CHOICE /N /T 3 /D y /M "10) smc_independent executed!"
CHOICE /N /T 9 /D y /M






.