View Single Post
  #4  
Old 09-06-2009, 05:14 PM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

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.
Reply With Quote