Destroyed start.bat (markdown)

Chris Miles
2018-01-13 05:55:51 -06:00
parent aecf4bb49d
commit 2f8111b0c9
-21
@@ -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
```