From 2f8111b0c9995a469aab2061b7cfa9e0d57b9db9 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 05:55:51 -0600 Subject: [PATCH] Destroyed start.bat (markdown) --- start.bat.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 start.bat.md diff --git a/start.bat.md b/start.bat.md deleted file mode 100644 index 4b4ec02..0000000 --- a/start.bat.md +++ /dev/null @@ -1,21 +0,0 @@ -This file is not required, but highly recommended. It will help you automate the startup of your server on Windows. It will go in your server root folder. - -*** - -``` -@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