home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
- F r e e B a s e II
- ------------------
-
-
- A Free Form Data Management System
- For CP/M 2.2
-
-
- Designed by
- David Brown
- July, 1984
-
- [Based upon existing programs]
-
-
- OVERVIEW
-
- FreeBase II is a system of small programs designed to turn
- your computer into an "Auxiliary Brain."
-
- Just enter whatever information you wish to 'remember' on
- the line and a half (127 characters) provided by the Enter
- program. Then, whenever you want to know anything related to the
- information, just run the program called SEARCH. Search will
- look through the file or files in which the information might be
- contained, and sniff out any information containing the key words
- on which you have searched. It's almost like having another
- brain!
-
- For example, I keep an extensive library of clippings. I
- recently came across an article in NEWSWEEK titled "Birth of the
- Killer Robots" which I wanted for my collection. If I file it
- under "Robots," I may miss it when I go searching for military
- related items -- or even computers. FreeBase II allows me to
- file it under ALL of these categories, by only entering it once.
-
- And, unlike other data base managers, I don't have to
- construct an elaborate form before I can do my filing. If, for
- example, I wish to note any other information -- from my drivers
- license renewal date, to wife's shoe size, I can do it using the
- same program -- and even the same file, if I wish. If I'm not
- sure which file I put the information in, SEARCH will check every
- file on the disk. It IS like having another brain!
-
- FreeBase II is also fast as hell. It enter or search for
- your record with amazing speed. It is written using 8080
- instruction set so it can be available to all CP/M users.
-
-
-
-
-
-
-
-
-
-
-
-
-
- FreeBase II Documentation Page 2.
-
-
-
- SETTING UP FREEBASE II
-
-
- FreeBase II consists of two Command files: ENTER.COM and
- SEARCH.COM. (In the future, CHANGE.COM will be added).
-
- I suggest you place these two COM files on your A (or Boss)
- drive. Keep your data files -- those ending in DAT -- on your B
- drive -- or wherever you usually keep data files. All my data
- files are on one disk. (I have a Morrow MD2 will very limited
- disk space). If you've got a hard drive, you can raise hell.
-
- This system is designed so you can keep everything in the
- same file... notes, phone numbers, indexes, etc. Or, you may put
- this information into logical groupings. But remember, everytime
- you make one of those decisions, you're really doing the
- computer's work for it!
-
-
- IMPORTANT:
-
- Before you use any data files, you'll have to create them
- using CP/M's built-in SAVE program. You simply enter:
-
- A>SAVE 0 FILENAME.DAT <--- Press [Return]
-
-
- This documentation file assumes you know a little about CP/M
- computers -- like how to plug them in, turn them on, SYSGEN
- disks, etc. so I won't go into all that. The programs are
- pretty self-documenting. What follows is a brief description of
- the two programs ENTER and SEARCH:
-
-
-
- Running ENTER
-
- Enter data by running this program. The form is:
-
- A>ENTER LIBRARY.DAT <--- Press [Return]
-
-
- You MUST enter a file name. There in no default here.
- Enter will signon and prompt you with a blank line and a half.
- Fill in whatever information you wish to store, terminating it
- with a Carriage Return.
-
- At this point, Enter will clear the screen and display
- another blank line and a half. When you have finished entering
- your information, press the [Return] again and you will be
- returned to CP/M.
-
- Enter saves the record and after each entry so even a power
- failure will cost you only a line and a half at most.
-
-
-
-
-
-
-
-
- FreeBase II Documentation Page 3.
-
-
-
- Running SEARCH
-
-
- This is the program that sniffs out the information you want
- by key words. The form is:
-
- A>SEARCH FILENAME.DAT <--- Press [Return]
-
- Search will signon and prompt you for the string on which
- you wish to search. If you mix Upper and Lower case letters,
- Search will look for the words exactly as you have typed them.
- If you use all upper case, it will ignore case. Strongly suggest
- you use ALL UPPER CASE!
-
- The default file searched by is LIBRARY.DAT. Search also
- will search *.DAT (All files ending in DAT) or *.* (All files).
- If you want to search every file on the disk, type A>SEARCH *.*
-
-
- BUGS
-
- In their current state, these programs contain a number of
- nasty bugs. Please see the file CAUTION.BUG before using this
- system!
-
-
- THANKS
-
- My thanks to Ward Christensen for FIND.ASM upon which the
- Search program is based and to Mitchell Waite and Robert Lafore,
- authors of the SOUL OF CP/M for their teachings and examples upon
- which Enter is based.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-