View Single Post
  #16  
Old 07-27-2011, 08:46 PM
Kingmen30264
Hill Giant
 
Join Date: Sep 2006
Posts: 112
Default

So this is what my .bat file looks like... is this correct?

Code:
@echo off
Echo Starting MiniLogin Server
c:
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
Reply With Quote