| 
				 Problem running boot5zones.bat 
 I have completed the setup and everything is working (Except when loading WOLRD.exe I get eq time failed) but when I run boot5zones.bat they all open, and then I receive an error messege saying that they must close down. Any help would be greatly appreciated.
 Ez
 
 BTW Running Win Xp Here the Boot5zones.bat text:
 REM: ****Read this first!!!****
 
 REM: This file requires your real IP in the place of "YourIP" when you are connecting
 REM: To the EQEmu Loginserver.
 
 REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
 
 REM: If you still get errors try using localhost instead of 127.0.0.1
 
 REM:--------------Start-----------------------
 
 
 @echo off
 start zone . myIP 7995 myIP
 start zone . myIP 7996 myIP
 start zone . myIP 7997 myIP
 start zone . myIP 7998 myIP
 start zone . myIP 7999 myIP
 exit
 cls
 
 
 REM:---------------END------------------------
 |