Startup.bat Issues?
This is what I have in my startup.bat
@echo off
start minilogin.exe
echo Wait for Minilogin to fully boot up.
pause
start world.exe
cls
Echo wait for World to Finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit
When the 3 windows come up what is not happening is the world window is not moving on. It is stuck at ....
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS] Connected to Loginserver: 192.168.5.100:5999
When the document says it should start to fill in with WORLD_ZONE info. Also the document says the eqlaunch window should say read 0:sleeping, it does not. That is what you see if u ever manually run zone.exe.
Does the batfile need to say at the end "start eqlaunch.exe zone.exe" instead of just zone? Why is the world window not proceeding? Thanks
|