Here's my batch file
@echo off
shared_memory.exe
start world.exe
echo waiting for the world to finish before starting zone...
ping -n 10 127.0.0.1 > nul
start queryserv.exe
start ucs.exe
start eqlaunch.exe zone
exit
I copied that from the guide and just realized it might need the word start before shared_memory.exe! I should also inform the guide. About to test this, will report on it! Thank you!
|