home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / time_it1.zip / TIME-IT.DOC < prev    next >
Text File  |  1989-05-07  |  6KB  |  123 lines

  1.  
  2.  
  3.  
  4.  
  5.                                    TIME-IT    
  6.                                  Version 1.00
  7.                           Copyright 1989, Ray Johns
  8.                 ==============================================
  9.  
  10. TIME-IT.BAT and it's companion file SHOWTIME.COM make up a small, simple, and 
  11. effective timing utility for anyone who bills their time hourly and does work 
  12. on a computer.  If you have a lot of clients which you do work for, this 
  13. program will help you keep your consulting time straight for each one.  TIME-
  14. IT will run most all programs just as you run them from the DOS prompt.  The 
  15. difference being that TIME-IT will time & date stamp a file called TIME.LOG, 
  16. which it will create in the root directory of the currently logged drive, when 
  17. you enter and exit a program.  This allows you to work freely and 
  18. uninterrupted, and yet keep accurate track of your computer work for one or 
  19. more clients which can then be billed at the end of the day, week or month.
  20.  
  21. For example, if you were going to do some consulting work for your client 
  22. 'BUBBA', and the program you were going to use was WordStar, you might enter 
  23. the following command line :
  24.  
  25.                        C:\WS> TIME-IT BUBBA WS FILE.BBA
  26.  
  27. This would start WS.COM editing the file named FILE.BBA and time & date stamp 
  28. the TIME.LOG file in C:\.  When you exit WordStar, TIME-IT would again stamp 
  29. the TIME.LOG file, noting that the work was done for 'BUBBA'.  The command 
  30. line format for TIME-IT, which can be seen by entering 'TIME-IT' with no 
  31. options, is basically just TIME-IT + client  name and program name + any 
  32. program info, such as filename or command line switches.  Note that the client 
  33. name MUST be no more than one word.  
  34.  
  35. TIME-IT should work with most programs, however no warranty of ANY kind is 
  36. supplied with the program.  The source code for the .BAT file is included 
  37. (cause it has ta be) and therefore you can modify it for your personal use.  
  38. Please ONLY distribute the unmodified version of the program, with the TIME-
  39. IT.DOC and TIME-IT.REG file and MOST importantly the SHOWTIME.COM file.  
  40.  
  41. This program is SHAREWARE, which means you are free to try the program and see 
  42. if you like it.  If you decide that you like it, and wish to use it, all I ask 
  43. is that you send me $5.00 to cover the time I spent making it work "just 
  44. right".  If you are a consultant like I am, then you will soon find that this 
  45. little program will make your life much simpler when it comes to billing.  
  46. Five dollars is a small amount to ask for, considering how much time it will 
  47. save you on your billing each week.  I hope that people will express an  
  48. interest in this program.  If they do, by registering it and sending comments and 
  49. suggestions, I'll be more than happy to write a better, more versatile program 
  50. all in assembly language to keep better track of your time (including the 
  51. actual number of hours and minutes worked, so you don't have to sit down and 
  52. calculate it yourself).  Send your registration cash, check or money order and 
  53. any comments or suggestions to :
  54.                
  55.                          Ray Johns       
  56.                          Box 1440
  57.                          Pebble Beach, CA. 93953-1440
  58.  
  59.  
  60.  
  61.                                 1
  62.  
  63.  
  64.  
  65. If you would like to be contacted when a better version of the program is 
  66. written, please print out the TIME-IT.REG form, complete it and mail it with 
  67. your registration.  Do this by turning on your printer and entering the 
  68. following DOS command.  
  69.  
  70.                             COPY TIME-IT.REG PRN: 
  71.  
  72. One last note, copy TIME-IT.BAT and SHOWTIME.COM to a pathed subdirectory so 
  73. that it may be run from anywhere on your computer.  Also make sure you have 
  74. the BUFFERS = statement in your CONFIG.SYS file, as without it this program 
  75. will run slower.  BUFFERS should be between 20 and 40 generally (refer to your 
  76. DOS manual for more info).  Enjoy the program, and let me know how I can 
  77. improve it!  
  78.  
  79. BTW, if you like TIME-IT, you might like some of my other shareware stuff.  
  80. Feel free to call either of the two BBS'es listed below and download them :
  81.  
  82.  
  83. ZDIR101.ZIP  - A DIR replacement which does string searches in filenames & more
  84. DMD210.ZIP   - A graphic display of disk and/or memory space being used.      
  85. NOBIT7.ZIP   - Removes control codes from WordStar files, very FAST.
  86. FUNRESET.ZIP - Fun & totally useless.
  87.  
  88.  
  89.                                  Get 'em at :
  90.  
  91.  
  92.         Nitelog 24 hour BBS,  in Monterey,  CA.   Available 24 hours a  
  93.         day,    at  300/1200/2400  baud,    8,N,1,    running  PCBoard 
  94.         software.    Relaxed  atmosphere,   and you can send messages,  
  95.         download files,   etc.  on your first call.    (408) 655-1096.   
  96.         Sysops :  Karl Van Lear & your's truly Ray Johns.
  97.  
  98.  
  99.         The Cricket BBS in Pacific Grove,   CA.   Available 24 hours a 
  100.         day,  2  nodes,   at 1200/2400 baud,   8,N,1,  running PCBoard 
  101.         Version  14 software.    A  quality  board  and a great  sysop  
  102.         (Jim  Robeson). (408) 373-3773.
  103.  
  104.  
  105. Feel free to drop me a note on either board, I'm logged as RAY JOHNS on both, 
  106. see ya there!
  107.  
  108.  
  109.                 ==============================================
  110.                           Support shareware, THANKS!
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                 2
  123.