summaryrefslogtreecommitdiff
path: root/runtime/run-server.bat
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:50:32 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-22 19:56:55 +0300
commit85bfc07ec46f8692fbb8c63c5ab7a3d1937e9137 (patch)
tree6a518350120dd120fec62f85b29a898404232cdc /runtime/run-server.bat
parent6b1915c0bb740a5769c1279e3effc3dcb6f93808 (diff)
downloadhercules-85bfc07ec46f8692fbb8c63c5ab7a3d1937e9137.tar.gz
hercules-85bfc07ec46f8692fbb8c63c5ab7a3d1937e9137.tar.bz2
hercules-85bfc07ec46f8692fbb8c63c5ab7a3d1937e9137.tar.xz
hercules-85bfc07ec46f8692fbb8c63c5ab7a3d1937e9137.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.bat8
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