home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / setdate.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  845 b   |  41 lines

  1. SETDATE
  2.  
  3. Change the timestamp of a file or directory.
  4.  
  5. Format
  6.  
  7. SETDATE <file | pattern> [<weekday>] [<date>] [<time>] [ALL]
  8.  
  9. Template
  10.  
  11. FILE/A,WEEKDAY,DATE,TIME,ALL/S
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. SETDATE changes the timestamp, the date and time of the creation or last
  18. change, of a file or directory. SETDATE <file> changes the date/time of the
  19. file to the current system date/time. SETDATE ALL changes the date and time
  20. of all the files and subdirectories matching the pattern entered.
  21.  
  22. The system clocks are not affected by SETDATE.
  23.  
  24. You can use output from the DATE command as input to SETDATE.
  25.  
  26. Example 1:
  27.  
  28. 1> SETDATE TestFile
  29.  
  30. changes the date and time associated with TestFile to the current date and
  31. time.
  32.  
  33. Example 2:
  34.  
  35. 1> SETDATE TestFile 01-04-91 13:45:32
  36.  
  37. Changes the date and time associated with TestFile to April 1, 1991, 1:45
  38. p.m.
  39.  
  40. See also: DATE
  41.