home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 198.lha / Stamp.DOC < prev    next >
Text File  |  1988-12-27  |  849b  |  35 lines

  1.  
  2.                             Stamp
  3.                             -----
  4.  
  5.  
  6.     'Stamp' will rename a file to the same name but with a date/time stamp.
  7. For example, if you issue the command:
  8.  
  9.     Stamp TESTFILE
  10.  
  11.     The file called TESTFILE will be renamed to TESTFILE_01.15.89_21:03:43
  12.  
  13.  
  14.     If you issue this command:
  15.  
  16.     Stamp COPY TESTFILE
  17.  
  18.     The file will be copied and the copy of the file will be stamped.  The
  19.     original version will not be touched.
  20.  
  21.  
  22.     This program is very useful when you want to keep files that always get
  23. written over by a program.  In programming, you could use it for source
  24. code files or for executables, or any other use, like online capture files,
  25. etc.
  26.  
  27.  
  28.  
  29.     Any comments, suggestions, complaints, bug reports, etc. are welcome.
  30. Just email them to me on CompuServe.
  31.  
  32.  
  33.     By: Khalid Aldoseri.
  34.     CIS 75166,2531
  35.