home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / DATABASE / KEEPTRAK.LBR / KEEPTRAK.DZC / KEEPTRAK.DOC
Text File  |  2000-06-30  |  3KB  |  76 lines

  1.                    Documentation for KEEP-TRAK
  2.  
  3.                A Club Membership Data Base System
  4.  
  5.                    (c) 1985 by Harvey G. Lord
  6.  
  7.  
  8. COPYRIGHT INFORMATION
  9.  
  10. KEEP-TRAK is a set of five MBASIC programs that are copyrighted 
  11. (c) 1985 by Harvey G. Lord.  All rights are reserved.
  12.  
  13. DISTRIBUTION RIGHTS
  14.  
  15. Permission is granted to copy these programs for noncommercial 
  16. purposes only on the condition that (1) no fee is charged for 
  17. said programs, (2) the author's name and copyright notice are not 
  18. removed, (3) this documentation accompanies the programs, and (4) 
  19. the sign-on notice of ownership remains unchanged on any and all 
  20. subsequent distributions.
  21.  
  22. Aside from the above, anyone may have copies of KEEP-TRAK and may 
  23. modify them in any way he or she chooses.  In fact, I hope you do 
  24. Modify them to serve your own needs.
  25.  
  26. TERMINAL DEPENDENCIES
  27.  
  28. This KEEP-TRAK version, the one published in PROGRAMMING FOR
  29. REAL, BOOK II runs on a Televideo 920.  The Osborne 1 computer
  30. uses a Televideo-compatible terminal.  Other computers do, too.  
  31. A version of the program for the VT-100 terminal (DEC Rainbow and
  32. others) is available.  Contact the author for details.
  33.  
  34. REQUIREMENTS
  35.  
  36. KEEP-TRAK requires Microsoft BASIC, MBASIC, and a two-drive (A: 
  37. and B:) computer system.  It will run under any operating system 
  38. that supports MBASIC.
  39.  
  40. OPERATION
  41.  
  42. To run KEEP-TRAK, extract all files from the KEEPTRAK.LBR library 
  43. file (using LU or a similar library utility), unsqueeze them 
  44. (using NUSQ or a similar unsqueezing utility), and place them on 
  45. one disk with a copy of MBASIC.  Place that disk in drive A: and 
  46. a blank, formatted disk in B:.  Execute MBASIC K-TMENU<cr>.  
  47. Follow the directions on the screen.
  48.  
  49. Do not try to execute any program in this system except K-TMENU!  
  50. The others chain from K-TMENU and pass variables back and forth.  
  51. Without those variables, serious problems will ensue.
  52.  
  53. SOURCE CODE AND DOCUMENTATION
  54.  
  55. To help understand KEEP-TRAK, how it works, and how to modify it, 
  56. the complete source code and documentation are found in two 
  57. books:  BEYOND GAMES:  PROGRAMMING FOR REAL BOOK I and FRIENDLY 
  58. SOFTWARE:  PROGRAMMING FOR REAL BOOK II.  Both books were 
  59. published in 1985 by Atheneum Publishers, New York, N.Y.
  60.  
  61. Both the above books were written for readers who are 12 years 
  62. old and up.  They are available from:
  63.  
  64. Children's Marketing Dept.
  65. Dept. AB
  66. Atheneum Publisher's
  67. 115 Fifth Avenue
  68. New York, NY  10003
  69.  
  70. Contact the author at the above address.
  71.  
  72. Enjoy.
  73.  
  74. Harvey G. Lord
  75. November 23, 1985
  76.