home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / billtrak.zip / BILLTRAK.DOC < prev    next >
Text File  |  1989-12-11  |  4KB  |  99 lines

  1. *** Bill Tracker 1.0 *** 
  2.  
  3. (c) Copyright 1989
  4. Chipmunk Software & Systems
  5. Box 188
  6. Battle Ground, WA, 98604
  7.  
  8.  
  9. This program is offered to the public in the form of DUMB-WARE.
  10. In other words, I would be really dumb to believe that anyone is really going 
  11. to send me any money for writing it.  NEVERTHELESS just to give you the chance 
  12. to surprise me, the name and address of my Company is listed above.  If you 
  13. like the program and intend to use it, please register your copy by sending 
  14. $10.00 along with your name and address.  We will in turn send you the latest 
  15. version of the program if indeed there is one.  We will also send you a list 
  16. of other products that we have available at the time.
  17.  
  18.  
  19. PURPOSE
  20. Bill Tracker is a handy little, fast acting reminder, that prompts 
  21. you to pay your bills on time.  It is not fancy, just quick and simple.
  22.  
  23. HOW IT WORKS
  24. When you boot your computer, a data file is read that contains 
  25. a brief account of your billing information.  When a bill is due to be paid, 
  26. it will be shown on the screen.  A prompt will appear asking if you wish to 
  27. pay it.
  28.  
  29. INSTALLATION
  30. 1.  Copy all the Bill Tracker files to the root directory of your Hard disk.  
  31. If you boot from a floppy, copy the files to your DOS boot disk. 
  32.  
  33. 2.  For automatic operation, place the worD "billtrak" in your autoexec.bat 
  34. file.  The statement should come after whatever command (if any) that reads 
  35. the hardware clock.  If you have no clock, the command should come after the 
  36. command "date", that prompts you to enter the date.  If the system date is 
  37. incorrect, the program will not work properly.  If you do not know what an 
  38. autoexec.bat file is, you had better do a little study in your DOS manual to 
  39. find out.  You do have a DOS manual don't you (this is your conscience 
  40. speaking). 
  41.  
  42. 3.  Create a file called "bills.txt" that contains all of your billing 
  43. information.  Place this file in the root directory along with the Bill 
  44. Tracker files.  It must be an ASCII file.  A sample of bills.txt is given 
  45. and is called bills.doc.  Look at this file and do likewise.  For Example, 
  46. make a file that looks like this:
  47.  
  48. 7                 (this is the current month)
  49. Ma Bell           (this is the name of the bill)
  50. 5                 (this is the due date or there-abouts)
  51. n                 (this indicates whether you have paid this month)
  52. Brown Out Electric Company
  53. 15
  54. n
  55. Badger Skins Inc.
  56. 12
  57. n
  58. The Scarlet Thread
  59. 7
  60. y
  61.  
  62.  
  63. Remember to save it in ASCII format.  Use a word processor to do this or use 
  64. "copy con:bills.txt" with an "F6" when you are finished.  If you are not 
  65. familiar with the copy con method, check you dos manual.
  66. There now!  That was easy!
  67.  
  68. USE
  69. Every day when you boot your computer the bills will be checked against the 
  70. system date.  If a bill is due, you will be reminded.  If you pay the bill 
  71. answer "y" to the prompt.  If not, press any other key.  The "bills.txt" file 
  72. will be updated and then you can move on to greater things.  All paid bills 
  73. are marked as unpaid again at the beginning of each month.  All this happens 
  74. very fast.
  75.  
  76. NOTE
  77. To keep the program as small and simple as possible, there are no error 
  78. checking routines included.  If errors occur, the program will simply crash 
  79. and then you can move on to something else.  Possible errors include:
  80.  
  81. 1.  Improper Bills.txt file
  82. 2.  Missing Bills.txt file
  83. 3.  Various mysterious disk errors that sometimes occur for no apparent reason 
  84. at all.
  85. 4.  If you have other problem, please inform me.
  86.  
  87.  
  88. To the Glory of God
  89. Through the Grace of or Lord Jesus Christ,
  90.  
  91. Sincerely
  92. Tom Croley (Eph 2:8,9)
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.