hercules/run-server.bat
shennetsind 3b122c0657 Dropping _sql suffix in server names, part 2.
Git didn't like me renaming and changing the contents of files at once, so I had to send the renames in the previous commit and now the modifications in this commit

Signed-off-by: shennetsind <ind@henn.et>
2013-02-16 17:43:04 -02:00

8 lines
286 B
Batchfile
Executable file

@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