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>2017-06-27 19:30:33 +0300
commit647cc8263da595be3a3a457a192f217a54eff593 (patch)
treecf9b67de0e4d2dbd346d8f26b4c45c9f66a4c4ec /runtime/run-server.bat
parent9eba516c9d20f5fc66517439efb02441c3d6ce7a (diff)
downloadhercules-647cc8263da595be3a3a457a192f217a54eff593.tar.gz
hercules-647cc8263da595be3a3a457a192f217a54eff593.tar.bz2
hercules-647cc8263da595be3a3a457a192f217a54eff593.tar.xz
hercules-647cc8263da595be3a3a457a192f217a54eff593.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