home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / TIMUP121.ZIP / README.TIM < prev    next >
Text File  |  1993-05-19  |  2KB  |  47 lines

  1. TIMEUP 1.2 Readme file. 05/07/93
  2.  
  3. TIMEUP displays the amount of time since OS/2 2.0 was booted in the smallest
  4. window possible... a titlebar.  The maximum length of time that TIMEUP can
  5. record is 49 days, 17 hours, and 2 minutes. It updates the display every
  6. 10 seconds to minimize the CPU use and still retain a bit of accuracy.
  7. It also writes the maximum time up out to disk every minute if it has
  8. changed. It can then be left running along the top or bottom of the screen
  9. with virtually no loss of screen space.
  10.  
  11. I have adapted this program from the program VMEM by M.B.Mallory.  I sincerely
  12. recognize the work that he went through to produce the program VMEM which I
  13. have included.  The source to VMEM is also include and modified by myself
  14. so that it will compile under EMX 0.8f.
  15.  
  16. A few simple options can be accessed by selecting "TIMEUP Options"
  17. from the system menu.
  18.  
  19. Double clicking on the title bar with the right mouse button will toggle
  20. between displaying the maximum Time UP and the Time UP displays.
  21.  
  22. I will take no responsibility for any damage that this program may do to your
  23. system or to any data that may be contained therein.
  24.  
  25. Author  : Ronald Van Iwaarden
  26. Internet: rvaniwaa@copper.denver.colorado.edu
  27. Fidonet : 1:104/338@fidonet.org
  28. BBS     : The OS/2 Source BBS  (303)744-0373
  29. Tools   : EMX 0.8f or later
  30.  
  31. Requires OS/2 2.x and EMX.DLL version 0.8f or later
  32.  
  33.  
  34.  
  35. HISTORY
  36. =======
  37.  
  38. v1.0    The first release
  39.  
  40. v1.01    Bug fix for 8514/a displays.  Recompiled to use emx.dll alone and
  41.     to not need emxlibc.dll.  This resulted in an 8k larger executable but
  42.     the 80k emxlibc.dll was no longer needed.
  43.  
  44. v1.2    Added the ability to store and recall the maximum up time.  Also,
  45.     modified so that double-clicking on the title bar with the right
  46.     mouse button toggles between maximum Time UP and Time UP
  47.     A few modification made for a program that used a bit less CPU.