README for dblist.exe, version 1.0
copyright 2002, Julian Robichaux
www.nsftools.com


DESCRIPTION
dblist is a command-line program that lists the Notes databases available in the data directory on either the local machine or on a remote server. You can optionally include a wildcard filter using * or ? to include only a certain set of databases.


REQUIREMENTS
Windows 95/98/NT/2000
Notes Client 4.6 or higher (/p option is only available for R5 or higher)


INSTALLATION
Copy the dblist.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
Lists the Notes databases in the data directory of either the local machine
or a remote server.

USAGE: dblist [ServerName] [/f:filter] [/p]

  ServerName      [optional] The name of the server to query for databases.
  /f:filter       An optional filter indicating which databases to list,
                  using wildcard characters of * or ? (like "mail\*").
  /p              If this switch is specified, the physical path for each
                  database will be displayed, instead of the path relative
                  to the Notes data directory. R5 only.

If the server name or filter contains spaces, enclose it in quotation marks.


EXAMPLES
To list all the databases in the Notes data directory on the local machine:
  dblist

To list the physical path of all the databases in the Notes data directory on the local machine:
  dblist /p

To list all the databases in the Notes data directory on server 'MyServer':
  dblist MyServer

To list all the databases in the Notes data directory on server 'MyServer' that start with the letter 'n':
  dblist MyServer /f:n*


KNOWN PROBLEMS
None


VERSION HISTORY
Version 1.0
-  Initial release
