View Single Post
  #3  
Old 01-14-2004, 12:39 AM
screamingogre
Fire Beetle
 
Join Date: Jan 2004
Posts: 9
Default

Nope. My Boot5zones bat has a different port for each instance listed. It looks like this

[Begin Boot5zones.bat snippet]

if NOT exist spells_us.txt goto NOSPELL

start zone . ***.***.***.*** 7995 ***.***.***.***
start zone . ***.***.***.*** 7996 ***.***.***.***
start zone . ***.***.***.*** 7997 ***.***.***.***
start zone . ***.***.***.*** 7998 ***.***.***.***
start zone . ***.***.***.*** 7999 l***.***.***.***
exit
cls

[End Boot5zones.bat snippet]


I originally thought that might be the issue but my setup looks right. I even changed my ip's in this file to Localhost since everything is running on the same box. But no dice.

**SO
Reply With Quote