home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / timup13.zip / readme.tim < prev    next >
Text File  |  1993-07-07  |  3KB  |  65 lines

  1. TIMEUP 1.3 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.  It writes the maximum time up out to disk every
  5. minute if it has changed. It can then be left running along the top or bottom
  6. of the screen with virtually no loss of screen space.
  7.  
  8. TIMEUP will display the correct up time for your machine if it is started
  9. within 49 Days, 17 hours  and 2 minutes of boot.  If it is not, then it will
  10. be off by some multiple of the above time every time it is started from then
  11. on.  The best solution to this problem is to simply put TIMEUP in your
  12. startup folder.
  13.  
  14. I have adapted this program from the program VMEM by M.B.Mallory.  I sincerely
  15. recognize the work that he went through to produce the program VMEM which I
  16. have included.  The source to VMEM is also include and modified by myself
  17. so that it will compile under EMX 0.8f.
  18.  
  19. A few simple options can be accessed by selecting "TIMEUP Options"
  20. from the system menu.
  21.  
  22. Double clicking on the title bar with the right mouse button will toggle
  23. between displaying the maximum Time UP and the Time UP displays.
  24.  
  25. I will take no responsibility for any damage that this program may do to your
  26. system or to any data that may be contained therein.
  27.  
  28. Author  : Ronald Van Iwaarden
  29. Internet: rvaniwaa@copper.denver.colorado.edu
  30. Fidonet : 1:104/338@fidonet.org
  31. BBS     : The OS/2 Source BBS  (303)744-0373
  32. Tools   : EMX 0.8f or later
  33.  
  34. Requires OS/2 2.x and EMX.DLL version 0.8f or later
  35.  
  36.  
  37.  
  38. HISTORY
  39. =======
  40.  
  41. v1.0    The first release
  42.  
  43. v1.01    Bug fix for 8514/a displays.  Recompiled to use emx.dll alone and
  44.     to not need emxlibc.dll.  This resulted in an 8k larger executable but
  45.     the 80k emxlibc.dll was no longer needed.
  46.  
  47. v1.2    Added the ability to store and recall the maximum up time.  Also,
  48.     modified so that double-clicking on the title bar with the right
  49.     mouse button toggles between maximum Time UP and Time UP
  50.     A few modification made for a program that used a bit less CPU.
  51.  
  52. v1.21   Fixed a minor but important bug.  Left me with a greater respect for
  53.     people who are able to release stuff without bugs  :-)
  54.  
  55. v1.3    Removed the 49 day restriction.  Now, the limit is somewhere around 68
  56.     years...  :-)  However, the program must be started within the first
  57.     49 days of boot or it will give inaccurate answers.  For example.  If
  58.     I start TimeUP on day 50, it will only say that the machine has been
  59.     up for less than 1 day (actually about 6 hours).  If you start TimeUP
  60.     on day 99, then also it will state that the machine has only been up
  61.     for a few hours.  This problem cannot be lifted without having some
  62.     program that executes from the config.sys write out the boot time.  The
  63.     other option would be for IBM to change a system call.  The first is
  64.     something for a later version (sorry) and the second is not probable.
  65.