[Release] VSRO Server Executor (batch file)

08/09/2012 10:56 Syinea#1
- It will load all server files for you automatically so you dont have to.
- 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
08/09/2012 14:51 PortalDark#2
#approved
08/09/2012 16:58 Keyeight#3
old but thx anyway :)
08/09/2012 21:13 Eroticus#4
Thanks bro :P but still love shortcut more <3
09/06/2012 01:09 zxc321#5
I posted the final release but it wasnt approved so thanks for posting this old one anyway.

Quote:
Features of final release:
1) Able to get your dynamic ip, place it inside srNodeType.ini, and compile it into CustomCertificationServer.exe.
2) Automatically starts all server files in order.
3) Automatically stops all server exes in reverse order.
4) Automatically delete all dmp files uppon server startup and exit.
5) Tested and working on Windows XP Pro and Windows 7 with auto-detection.
6) Easy to edit!!

How to use:
Extract everything inside the rar to the folder where you keep the server exe files and make sure the CERT and SMC folders are also there.
Get the final release [Only registered and activated users can see links. Click Here To Register...].

OR:
09/06/2012 07:45 Golden Sro#6
nice work , but old :D