README for nsrvlist.exe, version 1.1
copyright 2002, Julian Robichaux
www.nsftools.com


DESCRIPTION
nsrvlist is a command-line program that displays all the servers that your Notes client thinks it can connect to. It's essentially a command-line version of the servlist program included with the API samples, with the addition of a /p option to display the servers available at each port your client is configured to use.


REQUIREMENTS
Windows 95/98/NT/2000
Notes Client 4.6 or higher


INSTALLATION
Copy the nsrvlist.exe program to your Notes executable directory (the directory that has the nnotes.dll file). Run it from a command prompt, as described below.


USAGE
nsrvlist [/p]

  /p   optionally list the available servers by port


EXAMPLES
To list all the available servers:
  nsrvlist

To list all the available servers, by port:
  nsrvlist /p


KNOWN PROBLEMS
None.


VERSION HISTORY
Version 1.0
-  Initial release

Version 1.1
-  Added /p option

