Did you create a file .bat?
if you didn't just try this :
@echo off
Echo Starting EQEmuLoginServer
cd C:\eqemu2057
start eqemuloginserver.exe
echo
echo
cd C:\eqemu2057
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul
echo starting zone
start eqlaunch.exe zone
exit
Copy/past this in notepad and name it Serverstart.bat
replace cd C:\eqemu2057 by the path to your Server folder.
PS: if you are using Minilogin i can't help you because i am using EQemulogin.
|