diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:50:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-24 16:12:14 +0300 |
commit | 996cdf515f18e897bad83074f8121cf384959286 (patch) | |
tree | b45854c5209d9549d47fb26b32ecc18222095a22 /runtime/run-server.bat | |
parent | fbbd11401c4d7cf0687ff0f84612641bd5e90086 (diff) | |
download | hercules-996cdf515f18e897bad83074f8121cf384959286.tar.gz hercules-996cdf515f18e897bad83074f8121cf384959286.tar.bz2 hercules-996cdf515f18e897bad83074f8121cf384959286.tar.xz hercules-996cdf515f18e897bad83074f8121cf384959286.zip |
Move windows and mac run time files into runtime dir.
For usage, need copy it back.
Diffstat (limited to 'runtime/run-server.bat')
-rw-r--r-- | runtime/run-server.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/run-server.bat b/runtime/run-server.bat new file mode 100644 index 000000000..3d09ba318 --- /dev/null +++ b/runtime/run-server.bat @@ -0,0 +1,8 @@ +@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 |