| 
				 Can only boot up one zone..(Win2k/lan/public loginsrv) 
 Hi there!
 i got a lan setup:
 
 192.168.0.1 server(hostin eqemu,mysql,publiclogon)
 182.168.0.2 client1
 192.168.0.3 client2
 
 My config files:
 (i dont post the db.ini, cause i am 100% sure that they are right.)
 loginserver.ini(from Loginserver)
 
 
 ### --- This file tells world.exe what loginserver to connect to.
 ### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
 ### --- adding an account and password only grants the server a green name and is not needed.
 
 ### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.org Loginserver ALWAYS.
 
 # READ README.TXT
 
 [LoginServer]
 loginserver=192.168.0.1
 loginserver2=192.168.0.1
 loginport=5999
 loginport2=5999
 worldname=TestServer
 locked=false
 account=
 password=
 worldaddress=192.168.0.1
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 
 -----------------------------------------------------------------------------------
 
 
 loginserver.ini(from eqemu directory)
 
 
 
 
 ### --- This file tells world.exe what loginserver to connect to.
 ### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
 ### --- adding an account and password only grants the server a green name and is not needed.
 
 ### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.org Loginserver ALWAYS.
 
 # READ README.TXT
 
 [LoginServer]
 loginserver=192.168.0.1
 loginserver2=192.168.0.1
 loginport=5999
 loginport2=5999
 worldname=TestServer
 locked=false
 account=account
 password=pass
 worldaddress=192.168.0.1
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 ------------------------------------------------------------------------------------
 
 Server OS:
 Win2k
 newest version PublicLoginSrv and Eqemu
 
 I can run the loginserver and the world.exe fine with no errors.
 i tried to start one zoneserver which works fine(i can also login run around etc...)
 
 boot1zone.bat:
 
 REM:--------------Start-----------------------
 
 
 @echo off
 start zoneNT . 192.168.0.1 7995 192.168.0.1
 exit
 cls
 
 
 REM:---------------END------------------------
 
 But when i try to run run boot5zones.bat i get  5 empty dos windows with no error message that are closing after ~5 seconds.
 
 
 my boot5zones.bat:
 
 REM:--------------Start-----------------------
 
 
 @echo off
 start zoneNT . 192.168.0.1 7995 192.168.0.1
 start zoneNT . 192.168.0.1 7996 192.168.0.1
 start zoneNT . 192.168.0.1 7997 192.168.0.1
 start zoneNT . 192.168.0.1 7998 192.168.0.1
 start zoneNT . 192.168.0.1 7999 192.168.0.1
 exit
 cls
 
 
 REM:---------------END------------------------
 
 ------------------------------------------------------------------------------------
 
 
 Can anyone help me???
 
 Thanks!!!
 
 Btw: VeryGood work on the emu!!
 (and forgive me my bad english....=)
 
			
			
			
			
				  |