Zone9x.exe and ZoneNT.exe are for Windows 9x and Windows NT (NT/2000/XP). There are not meant to be run without agruments.
The batch files give the correct arguments. So depending on which type of Windows you have, you run Boot5zones batch files.
the format is something like this
zoneXX - IPofzoneserver port IPofworldserver
when you have the client, world, and zoneserver on one machine and let's say OS win98 then your file would look like this:
zone9x - 127.0.0.1 9001 127.0.0.1
The dash is a placehold in the zonetable so that you can boot up any zone up to 5 open zones. If you plan on having more open zones, then add more like the 5.
If you use private internal IPs then 127.0.0.1 becames whatever your IP is (mine is 192.168.1.3). If you are using a exernal IP (open to the Internet) then you set the first IP to your exernal, like this:
zone9x - 132.154.1.112 9003 127.0.0.1
and that's all there is to that.
|