home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-06-01 | 1.1 KB | 33 lines |
- [STATIC]
- LINE_1=ECHO -> setting static WINS
- LINE_2=NETSH INTERFACE IP DELETE WINS $INTERFACE_IP$ ALL
- LINE_3=NETSH INTERFACE IP SET WINS $INTERFACE_IP$ $WINS_SOURCE$ $WINS_ADDRESS$
- LINE_4=REPEAT: NETSH INTERFACE IP ADD WINS $INTERFACE_IP$ $WINS_ADDRESS$
-
- [DYNAMIC]
- LINE_1=ECHO -> setting dynamic WINS
- LINE_2=NETSH INTERFACE IP DELETE WINS $INTERFACE_IP$ ALL
- LINE_3=NETSH INTERFACE IP SET WINS $INTERFACE_IP$ $WINS_SOURCE$
-
-
-
- [HELP]
- # DELETE WINS NAME=<name> ADDR=<IP_address or ALL>
- # - NAME is name of NetWork Connection
- # - ADDR is address for delete
- # - IP address for delete
- # - ALL for delete all IP address
- #
- # SET WINS NAME=<name> SOURCE=<DHCP or STATIC> ADDR=<IP_address or NONE>
- # - NAME is name of NetWork Connection
- # - SOURCE is source for get WINS setings
- # - DHCP for getting settings WINS with DHCP server
- # - STATIC for manualy settings
- # - ADDR is address of WINS server
- # - IP address if is SOURCE=STATIC, none for SOURCE=DHCP
- #
- # IP ADD WINS NAME=<name> ADDR=<IP_address>
- # - NAME is name of NetWork Connection
- # - ADDR is address for add to WINS settings
-
-