diff options
Diffstat (limited to 'runserver-sql.bat')
-rw-r--r-- | runserver-sql.bat | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runserver-sql.bat b/runserver-sql.bat index 57d6fa1b8..f424a205a 100644 --- a/runserver-sql.bat +++ b/runserver-sql.bat @@ -1,8 +1,8 @@ -@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
-start cmd /k logserv-sql.bat
-start cmd /k charserv-sql.bat
-start cmd /k mapserv-sql.bat
+@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 +start cmd /k logserv-sql.bat +start cmd /k charserv-sql.bat +start cmd /k mapserv-sql.bat |