View Single Post
  #13  
Old 05-21-2004, 11:05 AM
gandar
Sarnak
 
Join Date: Apr 2004
Location: West Sacramento, CA
Posts: 84
Default

This is my boot6zones.bat (abbreviated):
Code:
@echo off

start zone . 192.168.123.7 7995 192.168.123.7
start zone . 192.168.123.7 7996 192.168.123.7
start zone . 192.168.123.7 7997 192.168.123.7
start zone . 192.168.123.7 7998 192.168.123.7
start zone . 192.168.123.7 7999 192.168.123.7
start zone poknowledge 192.168.123.7 8000 192.168.123.7
Minilogin, MySQL, world and zone are all runing on this machine. I tried 127.0.0.1 and localhost, neither worked when I set it up. System is running Win2K Pro

I hope that helps a bit.
Reply With Quote