home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / f / freebase.ark / FREEBASE.DOC < prev    next >
Encoding:
Text File  |  1988-02-05  |  6.1 KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                F r e e B a s e II  
  8.                                ------------------
  9.  
  10.  
  11.                        A Free Form Data Management System
  12.                                   For CP/M 2.2
  13.  
  14.  
  15.                                    Designed by 
  16.                                    David Brown
  17.                                    July, 1984
  18.  
  19.                          [Based upon existing programs] 
  20.  
  21.  
  22.                                     OVERVIEW
  23.  
  24.              FreeBase II is a system of small programs designed to turn 
  25.         your computer into an "Auxiliary Brain."  
  26.  
  27.              Just enter whatever information you wish to 'remember' on 
  28.         the line and a half (127 characters) provided by the Enter 
  29.         program.  Then, whenever you want to know anything related to the 
  30.         information, just run the program called SEARCH.  Search will 
  31.         look through the file or files in which the information might be 
  32.         contained, and sniff out any information containing the key words 
  33.         on which you have searched.  It's almost like having another 
  34.         brain!  
  35.  
  36.              For example, I keep an extensive library of clippings.  I 
  37.         recently came across an article in NEWSWEEK titled "Birth of the 
  38.         Killer Robots" which I wanted for my collection.  If I file it 
  39.         under "Robots," I may miss it when I go searching for military 
  40.         related items -- or even computers.  FreeBase II allows me to 
  41.         file it under ALL of these categories, by only entering it once.
  42.  
  43.              And, unlike other data base managers, I don't have to 
  44.         construct an elaborate form before I can do my filing.  If, for 
  45.         example, I wish to note any other information -- from my drivers 
  46.         license renewal date, to wife's shoe size, I can do it using the 
  47.         same program -- and even the same file, if I wish.  If I'm not 
  48.         sure which file I put the information in, SEARCH will check every 
  49.         file on the disk.  It IS like having another brain!
  50.  
  51.              FreeBase II is also fast as hell.  It enter or search for 
  52.         your record with amazing speed.  It is written using 8080 
  53.         instruction set so it can be available to all CP/M users.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                         
  62.  
  63.  
  64.  
  65.  
  66.  
  67.         FreeBase II Documentation                       Page 2.
  68.  
  69.  
  70.  
  71.                          SETTING UP FREEBASE II
  72.  
  73.  
  74.              FreeBase II consists of two Command files: ENTER.COM and 
  75.         SEARCH.COM.  (In the future, CHANGE.COM will be added).
  76.  
  77.              I suggest you place these two COM files on your A (or Boss) 
  78.         drive.  Keep your data files -- those ending in DAT -- on your B 
  79.         drive -- or wherever you usually keep data files.   All my data 
  80.         files are on one disk.  (I have a Morrow MD2 will very limited 
  81.         disk space).  If you've got a hard drive, you can raise hell.
  82.  
  83.              This system is designed so you can keep everything in the 
  84.         same file... notes, phone numbers, indexes, etc.  Or, you may put 
  85.         this information into logical groupings.  But remember, everytime 
  86.         you make one of those decisions, you're really doing the 
  87.         computer's work for it!  
  88.  
  89.  
  90.                                    IMPORTANT:
  91.  
  92.              Before you use any data files, you'll have to create them 
  93.              using CP/M's built-in SAVE program.  You simply enter: 
  94.  
  95.                   A>SAVE 0 FILENAME.DAT   <--- Press [Return]
  96.  
  97.  
  98.              This documentation file assumes you know a little about CP/M 
  99.         computers -- like how to plug them in, turn them on, SYSGEN 
  100.         disks, etc.  so I won't go into all that.  The programs are 
  101.         pretty self-documenting.  What follows is a brief description of 
  102.         the two programs ENTER and SEARCH:
  103.  
  104.  
  105.  
  106.                                   Running ENTER
  107.  
  108.              Enter data by running this program.  The form is: 
  109.  
  110.                   A>ENTER LIBRARY.DAT      <--- Press [Return] 
  111.  
  112.  
  113.              You MUST enter a file name.  There in no default here.  
  114.         Enter will signon and prompt you with a blank line and a half.  
  115.         Fill in whatever information you wish to store, terminating it 
  116.         with a Carriage Return.  
  117.              
  118.              At this point, Enter will clear the screen and display 
  119.         another blank line and a half.  When you have finished entering 
  120.         your information, press the [Return] again and you will be 
  121.         returned to CP/M. 
  122.  
  123.              Enter saves the record and after each entry so even a power 
  124.         failure will cost you only a line and a half at most.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.         FreeBase II Documentation                       Page 3.
  134.  
  135.  
  136.  
  137.                                  Running SEARCH
  138.  
  139.  
  140.              This is the program that sniffs out the information you want 
  141.         by key words.  The form is: 
  142.  
  143.                   A>SEARCH FILENAME.DAT  <--- Press [Return]
  144.  
  145.              Search will signon and prompt you for the string on which 
  146.         you wish to search.  If you mix Upper and Lower case letters, 
  147.         Search will look for the words exactly as you have typed them.  
  148.         If you use all upper case, it will ignore case.  Strongly suggest 
  149.         you use ALL UPPER CASE!
  150.  
  151.              The default file searched by is LIBRARY.DAT.  Search also 
  152.         will search *.DAT (All files ending in DAT) or *.* (All files).
  153.         If you want to search every file on the disk, type A>SEARCH *.*
  154.  
  155.  
  156.                                       BUGS
  157.  
  158.              In their current state, these programs contain a number of 
  159.         nasty bugs.  Please see the file CAUTION.BUG before using this 
  160.         system!
  161.  
  162.  
  163.                                       THANKS
  164.  
  165.              My thanks to Ward Christensen for FIND.ASM upon which the 
  166.         Search program is based and to Mitchell Waite and Robert Lafore, 
  167.         authors of the SOUL OF CP/M for their teachings and examples upon 
  168.         which Enter is based.
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.