home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-16.ZIP / FDATE.DOC < prev    next >
Text File  |  1984-02-17  |  1KB  |  36 lines

  1.  
  2.                              DOS 2.0 FDATE utility
  3.  
  4. The FDATE utility for DOS 2.0 allows setting the date and timestamps for
  5. a disk file.
  6.  
  7. The syntax of the command is:
  8.  
  9.    FDATE  <filename> <date> <time>
  10.  
  11. Where date and time are optional and can appear in any order.
  12.  
  13. Date can be mm/dd/yy or mm-dd-yy.
  14.  
  15. Time is  hh:mm:ss
  16.  
  17. If either the date or time or both are specified, the respective
  18. date and time information in the directory entry for the file is set
  19. appropriately. If only one is specified, the other is left with its
  20. original value. If neither the date or time is specified on the command
  21. line, then the file's date and time stamps are set from the current
  22. date and time in the DOS clock.
  23.  
  24. The filename can include normal DOS 2.0 drive and path specifications.
  25.  
  26. Warning: Although most cases of illegal date and time formats will be
  27. detected, it was not deemed worth the effort or memory to try and
  28. detect all possible pathological cases, so trying to fool it will
  29. not lead to happy directory entries.
  30.  
  31. Note: The time recorded by DOS in the directory entry is kept in
  32. TWO second intervals, so the second specified is truncated to an even
  33. value.
  34.  
  35.  
  36.