--------------------------------------------------------------------------
CFGUTIL.EXE
Lotus cc:Mail Configuration file utility
v.1.0, M. Berkowitz 07-Oct-96
--------------------------------------------------------------------------



Purpose:
--------
CFGUTIL is a command-line DOS utility for listing, showing or deleting
records from a cc:Mail configuration file, usually named "ccmail.cfg."



Usage:
------
Show:    CFGUTIL [/s [/g <group name> /t <data type>]
                 [/o <output filename>][<configuration filename>]
Delete:  CFGUTIL  /d  /g <group name> /t <data type>
                 [/o <output filename>][<configuration filename>]
List:    CFGUTIL  /l [/o <output filename>][<configuration filename>]
Help:    CFGUTIL  /? [/o <output filename>]
         



Command line options:
---------------------
Use the /l (list) option to get a listing of the group and type names of
existing records.  Then, use these names to specify a record with the /s
(show) or /d (delete) option.  The group is specified with the /g argument
and the type is specified with the /t argument.

If you give the /s option without a group and type, CFGUTIL will output a
full formatted dump of all records present in the file.  However, deleting
all records in the file at once is not permitted; you MUST specify a record
when deleting.

If a filename is specified, CFGUTIL will look for it.  Otherwise, CFGUTIL by
default looks for a configuration file named "ccmail.cfg" in the current
working directory.

Use the /o option to specify an output filename.

The /? option will output the help screen.
