home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / timetr15.zip / readme.TXT next >
Text File  |  1998-03-29  |  3KB  |  57 lines

  1. TimeTrak is freeware. You may use and distribute this program as you wish.
  2. Distribution must include this readme file.The author of TimeTrak is in no way
  3. responsible for any damages caused by the use of TimeTrak. If you find that
  4. TimeTrak is useful, please send an email just to let me know how many people
  5. are using the program.
  6.  
  7. Copyright 1998 Tom Stevic <stevic@ibm.net>
  8.  
  9. *************************************************************************************
  10. TimeTrak is a little timer that records the elapsed time between pressing
  11. the Start button and exiting the program. Pressing the Stop button will cause
  12. the timer to stop, but not reset. When the program is exited, a file will be
  13. created, or appended to, the default name is "timetrak.log" that has the date of shut down,the elapsed time, and, if selected, the start and stop times for that session. This file will be created in the directory where TimeTrak is run from.
  14.  
  15. By clicking the mouse pointer while it is in the time display window, you can
  16. select the name of the log file that is created, and any or all of the
  17. log options. Please note that at this time there is no error checking for the
  18. creation of the file. If an invalid file name is entered, the program will simply
  19. exit without saving.
  20.  
  21.  
  22. I use the program to keep track of billable hours on projects that I do. 
  23.  
  24. If anyone has any suggestions feel free to forward them to me at the above
  25. email address.
  26.  
  27. History:
  28. V 1.00 Released to public 2/15/98
  29.  
  30. V 1.01 Replaced objectrexx function with classicrexx to fix error on exit 2/16/98
  31.  
  32. V 1.02 Added the options of changing the log file name, and storing the start and
  33. stop times.
  34.  
  35. V 1.03 Added the option to start timing when opened. Also added the ability to create
  36. different setups. When a log file name other than "timetrak.log" is used, a separate
  37. *.ini file will be created. Then if the first part of the *.ini file is passed as a
  38. parameter when timetrak is started, it will use the settings stored in the separate
  39. *.ini file.
  40.  
  41. For example, if you create a setup with the logfile "project1.log" and another setup
  42. with the logfile "project2.log", the you can start either setup by creating a program
  43. object with 'project1' or 'project2' in the parameters field of the properties notebook.
  44. ( note: do not include the quotes ). It can also be started from the command line by
  45. typing 'timetrak project1'
  46.  
  47. v 1.04 Added the option to save a running total time that is loaded into the display
  48. window upon start up of the program. Also, in the settings window, a stored time can
  49. be cleared.
  50.  
  51. This release has two executable files TimeTrak.exe and TimeTrk2.exe. The second program
  52. has the window sizes adjusted for proper display on some video card / resolution combinations. It has been noted that the right side of the window was chopped of when
  53. displayed using some display card at high resolutions. You can erase TimeTrak.exe and
  54. rename TimeTrk2.exe if you see this behavior on your monitor. 3/27/98
  55.  
  56. v 1.05 Fixed bug that would cause the time for a current session to be lost when the
  57. stop button was pushed. 3/29/98