stupid question.... is eqlaunch running?
or is batch file quiting at sleep because not all versions of windows recognize that command.
I forget the syntax, but I think were you would have
Code:
echo waiting for the world to finish before starting zone...
sleep 10
start eqlaunch zone
I have
Code:
echo Press enter when world is done loading...
pause
start eqlaunch zone
syntax might be off...
but you can double check by running world.exe, waiting for the big block of spam to run through... and then manually starting eqlauncher.exe
if that works... it's a syntax issue with teh batch file.