mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-12 14:02:26 +00:00
Created start.bat (markdown)
parent
e6bb44830c
commit
c5a6baa7d7
21
start.bat.md
Normal file
21
start.bat.md
Normal file
@ -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
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user