home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 19 / bbd19.zip / FINDIT.TXT < prev    next >
Text File  |  1988-03-03  |  3KB  |  58 lines

  1. |D╔══════════╗════════════════════════════════════════════════════════════════════
  2. |D║ |5Helpware |D║════════════════════════════════════════════════════════════════════
  3. |D╚══════════╝════════════════════════════════════════════════════════════════════
  4.  
  5. ^C^1Find It
  6. ^Cby David Leithauser
  7.  
  8.    If you're like most people, you probably have trouble remembering where you
  9. keep things.  Perhaps you've tried to get organized and create "a place for
  10. everything, and everything in its place."  But this does little good if you
  11. can't remember where that place is.  You had such a brilliant idea of where to
  12. keep your car keys, that you can't for the life of you reproduce that thought in
  13. order to locate that place again.  Well, this program is for you.  It will help
  14. you keep track of where those elusive locations are.
  15.  
  16.    Its user interface is very simple.  It asks for the name of an object (car
  17. keys, blender, diskettes, Bruce Springsteen concert tickets, you name it). 
  18. Then, it looks to see if it's got something on file by that name.  If so, it
  19. gives the location and asks if you wish to change it.  If you were just looking,
  20. follow Nancy Reagan's advice and "just say NO".  You now know where your item
  21. is, and the datum is intact in the file for the next time you need it.
  22.  
  23.    If the item is not already on file, the program will presume it's a new item
  24. you're storing.  If so, input its location ("The second drawer from the top on
  25. the left side of the desk", "Under the bed in the master bedroom", "Lent out to
  26. Uncle Charlie", etc.)  It is now on file for your future reference.
  27.  
  28.    On the other hand, perhaps the program says something's "not found" when
  29. you're sure you already entered something like it.  Maybe you didn't get the
  30. spelling quite right.  Never fear.  Just press ENTER without inputting anything
  31. for the location, and FIND IT will go into its more sophisticated search mode. 
  32. It will scan the data file first for any item containing what you typed as a
  33. substring; if you typed "KEYS", "CAR KEYS" will be found.  If this search fails
  34. to yield anything constructive, it does some more complex pattern matching to
  35. find the most similar-looking items, and outputs their name and location.
  36.  
  37.    Of course, you can also see a list of everything by typing ALL.  Type END to
  38. get out of the program.
  39.  
  40.    When you run FIND IT from our menu, it will go into a sample data file
  41. (FINDDATA.SAM) containing various items.  Use it to try out the search
  42. capabilities.  When you're ready to run it for real with your own data, run it
  43. from DOS by typing ^1FINDIT^0, and it will use the file FINDDATA (its default),
  44. which is empty to begin with.  Perhaps you should keep a backup of the FINDDATA
  45. file in its original empty state so you can use it to create new files.  Copy it
  46. to any name you like; you can run FINDIT with a different file by typing FINDIT
  47. followed by the filename, like ^1FINDIT NEWDATA^0.
  48.  
  49.    A final note:  If you're going to make extensive use of this program, copy 
  50. it to your own disk; there's not much room on BIG BLUE DISK for your data.
  51.  
  52. DISK FILES THIS PROGRAM USES:
  53. ^FFINDIT.EXE
  54. ^FBRUN30.EXE
  55. ^FRETURN30.EXE
  56. ^FFINDDATA (The initially-empty data file)
  57. ^FFINDDATA.SAM (A sample data file)
  58.