home *** CD-ROM | disk | FTP | other *** search
- Program: TS.EXE
-
- Version: 1.0
-
- Date: February 9, 1993
-
- Description: Time Stamping Utility for OS/2 2.0
- 32-bit OS/2 2.0 protected mode application
-
- Requirements: OS/2 2.0
-
- Instructions:
-
- TS was designed to monitor when a computer is started up and shutdown.
- The program logs to a file the time the program is started and the time
- the program is shutdown. I was having problems where my machine was being
- mysteriously rebooted while I was away. At least I could track down what
- time I was being rebooted without anyone knowing it.
-
- Time Stamper takes two parameters:
-
- ts log-file-name [additional text]
-
- log-file-name Required parameter. This is the full path name of the
- log file to use. Each entry in the log is appended.
-
- [additional text] Optional parameter. If you provide text it will
- appear in the log file with each entry.
-
-
- Sample log file d:\ts.test started as: C:\]ts d:\ts.test type
-
- Tue Feb 9 09:19:21 1993
- type startup
- Tue Feb 9 09:19:22 1993
- type shutdown
- Tue Feb 9 09:19:34 1993
- type startup
- Tue Feb 9 09:19:36 1993
- type shutdown
-
-
- Starting Time Stamper:
-
- There are several ways to start Time Stamper. You can simply do it from
- the command line. This will leave an OS/2 session which will hang around
- until you terminate it (using <Control><C> or the shutdown command).
-
- Another way is to create a shadow of [ts.exe] in the startup folder and
- set the appropriate parameters. If you set the session characteristics
- as minimized it will keep the window hidden from view.
-
-
- This program is freeware. All that I ask is that you contact me via
- e-mail (Compuserve ID 73467,252; Internet asp@trail.sharpstone.com) and
- let me know what you think about it. Ideas on more freeware utilities you
- would like to see are welcome.
-
-
- Your author,
-
- Alexandre Polozoff
-
-