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-03-11 21:55:00 +0300
commit10b9543ed9d503818a9c21bc4093761e60d0df74 (patch)
tree4b49c10c5042c870f0b3d444bbdd12a4cd479220 /runtime/run-server.bat
parent2f6d4516113059d9edbe71b085540c9cda92fa03 (diff)
downloadhercules-10b9543ed9d503818a9c21bc4093761e60d0df74.tar.gz
hercules-10b9543ed9d503818a9c21bc4093761e60d0df74.tar.bz2
hercules-10b9543ed9d503818a9c21bc4093761e60d0df74.tar.xz
hercules-10b9543ed9d503818a9c21bc4093761e60d0df74.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