| 
 here is my boot5zones. I also tried using localhost
 
 @echo off
 start zone . 127.0.0.1 7995 127.0.0.1
 start zone . 127.0.0.1 7996 127.0.0.1
 start zone . 127.0.0.1 7997 127.0.0.1
 start zone . 127.0.0.1 7998 127.0.0.1
 start zone . 127.0.0.1 7999 127.0.0.1
 exit
 cls
 |