diff options
Diffstat (limited to 'run-server.bat')
-rwxr-xr-x | run-server.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/run-server.bat b/run-server.bat new file mode 100755 index 000000000..f111acf46 --- /dev/null +++ b/run-server.bat @@ -0,0 +1,8 @@ +@echo off +rem This is and auto-restart script for the rAthena 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 |