home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 126 / REDATE!.ZIP / REDATE!.DOC < prev    next >
Text File  |  1993-09-09  |  3KB  |  69 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                     REDATE!
  7.                          Free DOS utility: file redater
  8.                        Version 1.10a - September 09, 1993
  9.                                     (c) 1993
  10.                                        by
  11.                              David Daniel Anderson
  12.                                    Reign Ware
  13.  
  14.  
  15.  
  16.  
  17.  
  18. REDATE! alters the date/ time stamp of files.
  19.  
  20. Usage: REDATE! file(s) [mm/dd/yy (or) mm-dd-yy] [hh:mm:ss (or) hh:mm]
  21.  
  22. REDATE! takes one, two or three parameters on the command line.  If no
  23. parameters are given, the above info is displayed.
  24.  
  25. The first parameter is the name of the file to process, which may contain DOS
  26. wildcards (? and *) if desired.  It is mandatory to have a valid file
  27. specification.
  28.  
  29. Then, if the file date/ time is to be synchronized with the current *system*
  30. date/ time, do not follow it with any additional parameters.
  31.  
  32. Otherwise, both an eight-digit DATE followed by an eight-digit TIME must follow
  33. the filename as the second AND third parameters.  (The separators, / and :, may
  34. be changed but NOT omitted.)
  35.  
  36. NEW with version 1.10: if only ONE eight-digit parameter follows the file
  37. specification, REDATE! will look at the third character of it to determine if
  38. it is a date or time.
  39.  
  40. If the third character is a hyphen (-) or a forward slash (/), then REDATE!
  41. will treat it as a date.  Otherwise, REDATE! will treat it as a time.
  42.  
  43. If you use this option, the non-specified field will not be changed.  In other
  44. words, if you specify a new file date, the file time will remain unchanged.
  45.  
  46. NEW with version 1.10a: you do not need to use the seconds field.  It will
  47. default to :00 if it is absent.  Thus, 22:30:00 can be shortened to 22:30
  48.  
  49. In case you are not familiar with the standard representation of date and time
  50. parameters, the "mm/dd/yy" is Month, Date, Year, and hh:mm:ss is Hour, Minute,
  51. Second.  To stamp this file ten-thirty p.m., July 14, 1993, you would specify:
  52.  
  53. REDATE! redate!.doc 01/14/93 22:30:00
  54.  
  55.  
  56. {------------------------------------------------------------------------------
  57.  
  58.                                 REVISION HISTORY
  59.  
  60. v1.00  : 1993/07/14.  First public release.  DDA
  61. v1.10  : 1993/09/07.  Added support for single field specification,
  62.                             suggested by Don Dougherty.   DDA
  63.                       Added support for century.
  64.                             (Set century=2000 for 20th century dates.)  DDA
  65. v1.10a : 1993/09/09.  Now specifying seconds is optional, default is :00  DDA
  66.  
  67. ------------------------------------------------------------------------------}
  68.  
  69.