diff options
Diffstat (limited to 'runserver.bat')
-rw-r--r-- | runserver.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runserver.bat b/runserver.bat new file mode 100644 index 000000000..8c2cb666b --- /dev/null +++ b/runserver.bat @@ -0,0 +1,9 @@ +@echo off
+rem This is and auto-restart script for the eAthena Ragnarok Online 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
+echo Jbain's eAthena Start script for Windoze
+start cmd /k logserv.bat
+start cmd /k charserv.bat
+start cmd /k mapserv.bat
|