View Single Post
  #36  
Old 10-14-2011, 05:42 AM
Lazzeraith
Sarnak
 
Join Date: May 2011
Location: MS
Posts: 32
Default

OK, I cannot find start.bat anywhere ;/ I did find a serverstart.bat..

cd C:\eqemu
start eqemuloginserver.exe
echo
echo

cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul

echo starting zone
start eqlaunch.exe zone
exit

This the same?
Reply With Quote