From c5a6baa7d78892a3ccff8fcb27dec39e276bc7b6 Mon Sep 17 00:00:00 2001 From: JJ Date: Sat, 21 Dec 2013 15:53:13 -0800 Subject: [PATCH] Created start.bat (markdown) --- start.bat.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 start.bat.md diff --git a/start.bat.md b/start.bat.md new file mode 100644 index 0000000..f68364f --- /dev/null +++ b/start.bat.md @@ -0,0 +1,21 @@ +This file is not required, but highly recommended. It will help you automate the startup of your server on Windows. + +*** + +``` +@echo off +echo Starting Login Server... +start loginserver.exe +echo Starting Shared Memory... +shared_memory.exe +echo Loading World... +start world.exe +echo Waiting for World to load... +ping -n 10 127.0.0.1 > nul +echo Starting QueryServ... +start queryserv.exe +echo Starting Launcher... +start eqlaunch.exe zone +echo Starting Universal Chat Server... +start ucs.exe +``` \ No newline at end of file