...SETDATE]000READ.ME
---------------------
SETDATE is a utility for altering any of the four dates on a file:
creation, revision, expiration, and last backup.  Since allowing users
Carte Blanc with this type of function coudl wreak havoc on your system,
there are two .CLD's provided.  One for managers, and one for users.

The two unique features are /TOUCH which sets the last revision date to now,
and /RESET which sets the revision date equal to the creation date.

All other functions are of the form /{datename}=<date>:
  Examples:
    $ SETDATE *.tmp/NOBACK/NOEXP/CRE=1-jan-1990:23:10:15.45/RESET
      This clears backup & expiration dates, sets a new creation date,
      and resets the revision date to the new creation date.
    $ SETDATE *.tmp/TOUCH
      This sets revision date to now for all located files
