home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT202.ZIP / STAMP.DOC < prev   
Text File  |  1991-08-28  |  1KB  |  40 lines

  1. STAMP.COM 1.12 (C) 1991 Solaris Systems, All Rights Reserved.
  2. Written by David M. Balmer, Jr.
  3.  
  4. This utility allows you to "stamp" the current date, time, working directory
  5. and any comments to a file.  It is especially useful for keeping log files.
  6. Some of the possible uses could be:
  7.  
  8. * Track when the computer is used by placing the following statement in your
  9.   AUTOEXEC.BAT file:
  10.  
  11.     STAMP filename COMPUTER TURNED ON OR RESET AT /t ON /d
  12.  
  13. * Log backup procedures by making a batch file to run your backups.  In the
  14.   file, include a STAMP statement to note the date and time (and possibly
  15.   the filespec backed up).
  16.  
  17. * Use it to stamp a document before printing with the following:
  18.  
  19.     STAMP PRN: Printed /d /t
  20.  
  21. Anyway, you get the idea.
  22.  
  23. Syntax: STAMP filename [opt] [opt] [opt...]
  24.  
  25. Where [opt] may be any combination of the following (separated by spaces):
  26.  
  27.     /D ........... current date
  28.     /T ........... current time
  29.     /CD .......... current working directory
  30.     /CR .......... CRLF (new line)
  31.     /OVERWRITE ... specifies to remove filename and start fresh
  32.     /S ........... specifies silent mode
  33.  
  34. Anything on the command line that is NOT recognized as an option will be
  35. written to the filename exactly as typed.  This allows you to add comments to
  36. the logged information.
  37.  
  38. 
  39.  
  40.