home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 November / PCWorld_2004-11_cd.bin / software / vyzkuste / ipswitcher / ipswitcher.exe / IPswitcher / Settings / Win2000 / WINS.ini < prev   
INI File  |  2004-06-01  |  1KB  |  33 lines

  1. [STATIC]
  2. LINE_1=ECHO -> setting static WINS
  3. LINE_2=NETSH INTERFACE IP DELETE WINS $INTERFACE_IP$ ALL
  4. LINE_3=NETSH INTERFACE IP SET WINS $INTERFACE_IP$ $WINS_SOURCE$ $WINS_ADDRESS$
  5. LINE_4=REPEAT: NETSH INTERFACE IP ADD WINS $INTERFACE_IP$ $WINS_ADDRESS$
  6.  
  7. [DYNAMIC]
  8. LINE_1=ECHO -> setting dynamic WINS
  9. LINE_2=NETSH INTERFACE IP DELETE WINS $INTERFACE_IP$ ALL
  10. LINE_3=NETSH INTERFACE IP SET WINS $INTERFACE_IP$ $WINS_SOURCE$
  11.  
  12.  
  13.  
  14. [HELP]
  15. # DELETE WINS NAME=<name> ADDR=<IP_address or ALL> 
  16. #    - NAME is name of NetWork Connection
  17. #    - ADDR is address for delete
  18. #           - IP address for delete
  19. #        - ALL for delete all IP address
  20. #
  21. # SET WINS NAME=<name> SOURCE=<DHCP or STATIC> ADDR=<IP_address or NONE> 
  22. #    - NAME is name of NetWork Connection
  23. #    - SOURCE is source for get WINS setings
  24. #        - DHCP for getting settings WINS with DHCP server
  25. #        - STATIC for manualy settings
  26. #    - ADDR is address of WINS server
  27. #        - IP address if is SOURCE=STATIC, none for SOURCE=DHCP
  28. #
  29. # IP ADD WINS NAME=<name> ADDR=<IP_address>
  30. #    - NAME is name of NetWork Connection
  31. #    - ADDR is address for add to WINS settings
  32.  
  33.