Make a file called emu.bat in the main emu directory and paste in the following. Then, double click it. It will make launching your server much easier.
Code:
@echo off
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit