home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / TS.ZIP / TS.DOC next >
Text File  |  1993-02-12  |  2KB  |  64 lines

  1. Program:        TS.EXE
  2.  
  3. Version:        1.0
  4.  
  5. Date:           February 9, 1993
  6.  
  7. Description:    Time Stamping Utility for OS/2 2.0
  8.                 32-bit OS/2 2.0 protected mode application
  9.  
  10. Requirements:   OS/2 2.0
  11.  
  12. Instructions:
  13.  
  14. TS was designed to monitor when a computer is started up and shutdown.
  15. The program logs to a file the time the program is started and the time 
  16. the program is shutdown.  I was having problems where my machine was being
  17. mysteriously rebooted while I was away.  At least I could track down what
  18. time I was being rebooted without anyone knowing it.
  19.  
  20. Time Stamper takes two parameters:
  21.  
  22. ts log-file-name [additional text]
  23.  
  24. log-file-name   Required parameter.  This is the full path name of the
  25.                 log file to use.  Each entry in the log is appended.
  26.  
  27. [additional text]   Optional parameter.  If you provide text it will 
  28.                     appear in the log file with each entry.
  29.  
  30.  
  31. Sample log file d:\ts.test started as:  C:\]ts d:\ts.test type
  32.  
  33. Tue Feb  9 09:19:21 1993
  34. type startup
  35. Tue Feb  9 09:19:22 1993
  36. type shutdown
  37. Tue Feb  9 09:19:34 1993
  38. type startup
  39. Tue Feb  9 09:19:36 1993
  40. type shutdown
  41.  
  42.  
  43. Starting Time Stamper:
  44.  
  45. There are several ways to start Time Stamper.  You can simply do it from 
  46. the command line.  This will leave an OS/2 session which will hang around
  47. until you terminate it (using <Control><C> or the shutdown command).
  48.  
  49. Another way is to create a shadow of [ts.exe] in the startup folder and
  50. set the appropriate parameters.  If you set the session characteristics
  51. as minimized it will keep the window hidden from view.
  52.  
  53.  
  54. This program is freeware.  All that I ask is that you contact me via
  55. e-mail (Compuserve ID 73467,252; Internet asp@trail.sharpstone.com) and
  56. let me know what you think about it.  Ideas on more freeware utilities you
  57. would like to see are welcome.
  58.  
  59.  
  60.                                             Your author,
  61.  
  62.                                                     Alexandre Polozoff
  63.  
  64.