mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
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>
8 lines
286 B
Batchfile
Executable file
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
|