View Single Post
  #13  
Old 10-18-2007, 10:21 AM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

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