im using windows XP
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: zoneNT.exe is for use with Windows NT, 2000 and XP.
REM:--------------Start-----------------------
@echo off
start zoneNT . 169.254.101.152 7995 127.0.0.1
start zoneNT . 169.254.101.152 7996 127.0.0.1
start zoneNT . 169.254.101.152 7997 127.0.0.1
start zoneNT . 169.254.101.152 7998 127.0.0.1
start zoneNT . 169.254.101.152 7999 127.0.0.1
exit
cls
REM:---------------END------------------------
|