home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / rcpm / lux77b.lbr / SETD.HOW < prev    next >
Encoding:
Text File  |  1987-10-20  |  768 b   |  23 lines

  1. SETD01, by Brent B. Powers, based on LSETDATE by CB Falconer.
  2.  
  3. Examples:                    17 Oct 87
  4.  
  5.        B>SETD libraryname MM/DD/YY
  6.              sets all undated files in library
  7.  
  8.        B>SETD lbrname MM/DD/YY modulename
  9.              sets individual, undated files
  10.  
  11.        B>SETD lbrname MM/DD/YY /O
  12.              sets ALL files, dated or not
  13.  
  14.        B>SETD lbrname MM/DD/YY modulename /O
  15.              sets selected files, date or not
  16.  
  17.     Wildcards accepted.  *.* equivalent to no entry.
  18.     MM/DD/YY is the date to be set.  Mandatory if the
  19.     system does not supply the current date, otherwise
  20.     overrides system date.  The date may also be entered
  21.     as EDD/MM/YY.  Date separator may also be a '\' or '-'.
  22.  
  23. [1] B0}