Did you edit your batch file so that it is launching EQEmuLoginServer.exe because it doesn't look like it. Your batch file should look something like the following.
Code:
@echo off
start EQEmuLoginServer.exe
sleep 0
start World.exe
echo Waiting for World to finish before starting Zone...
sleep 20
start eqlaunch.exe zone
If you did set your batch file correctly then it is likely just a simple configuration error causing your problem.