nslookup2000 (c) 2000 Quek KY
============

This program is similar to the nslookup program found in unix and NT but is
written for windows 9x.


Usage
-----

Commands:       (identifiers are shown in uppercase, [] means optional)
NAME            - print info about the host/domain NAME using default server
help or ?       - print info on common commands
set OPTION      - set an option
    all         - print options, current server and host
    [no]debug   - print debugging information
    [no]recurse - ask for recursive answer to query
    [no]vc      - always use a virtual circuit
    retry=X     - set number of retries to X
    timeout=X   - set initial time-out interval to X seconds
    querytype=X - set query type, e.g., A,ANY,CNAME,HINFO,MX,PX,NS,PTR,SOA
    type=X      - synonym for querytype
    class=X     - set query class to one of IN (Internet), CHAOS, HESIOD or ANY
    port=X      - set port number to send query on
server NAME     - set default DNS server to NAME
addserver NAME  - add DNS server NAME
findserver      - look for default DNS server in system
root            - set current default DNS server to the root(a.root-servers.net)
exit            - exit the program

Note: If multiple servers are setup (via addserver), nslookup2000 will try 
      first server first; if it timeout then it will try next server... and so
      on up to 255 servers.


Requirements
------------

Windows 95/98/ME
(may work under WinNT but no point)


History
-------

version 2:
- Added code to get DNS Server from ipconfig.exe or winipcfg.exe (Thanks to
  Paul Jones for the idea) (If anyone knows how ipconfig lookup DNS, email me.)
- Display will pause every 24 lines
- Library release

version 1:
- First build; almost similar to the original nslookup in linux and winnt
- Added "addserver" command to ping multiple server if one timeout
- (Bug)Everytime the program is run, the DNS server must be set up. 


Author
------

Programmed by Quek KY in 2000
Email: mail@quekky.com
Site: http://download.quekky.com

This program is a freeware
