hercules/run-server.bat
Haru 1e9b96f856 Removed executable flag from some files that don't require it
Signed-off-by: Haru <haru@dotalux.com>
2014-03-10 03:09:13 +01:00

8 lines
286 B
Batchfile

@echo off
rem This is and auto-restart script for the Server Emulator.
rem It will also keep the map server OPEN after it crashes to that errors may be
rem more easily identified
rem Writen by Jbain
start cmd /k login-server.bat
start cmd /k char-server.bat
start cmd /k map-server.bat