home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / movies.zip / MFIND.DOC < prev    next >
Text File  |  1987-06-28  |  6KB  |  145 lines

  1.                        Eric Balkan
  2.                        Packet Press
  3.                        14704 Seneca Castle Ct.
  4.                        Gaithersburg, MD 20878
  5.  
  6.  
  7.  
  8. Operating instructions for MFIND
  9.  
  10.    MFIND is a utility program specifically designed for
  11. doing simple name searches on the movie database.  Here are
  12. some examples of its use:
  13.  
  14. A>mfind
  15.  Search request #0 (e.g. Winger and Nolte) (Null line to stop):
  16. Lou Gossett Jr
  17.      - lists all movies with Lou Gossett, Jr. in the cast
  18.  
  19.  Search request #1 (e.g. Winger and Nolte) (Null line to stop):
  20. Gossett
  21.      - same as above
  22.  
  23.  Search request #2 (e.g. Winger and Nolte) (Null line to stop):
  24. Winger and Nolte
  25.      - finds the movie starring (Debra) Winger and (Nick) Nolte
  26.  
  27.  Search request #3 (e.g. Winger and Nolte) (Null line to stop):
  28. MacLaine or Maclaine
  29.      - useful when not sure of spelling; the same effect could be
  30.        obtained by using MacLaine in one search set and Maclaine
  31.        in the next.
  32.  
  33.  Search request #4 (e.g. Winger and Nolte) (Null line to stop):
  34. Pink Panther
  35.      - finds all movies with Pink Panther in the title
  36.  
  37.  Search request #5 (e.g. Wigner and Nolte) (Null line to stop):
  38. (Aust.)
  39.      - finds all Australian movies
  40.  
  41.  
  42.    Note that each search statement (i.e. each line of search criteria)
  43. is independent of other lines.    Each movie entry that matches
  44. a particular search statement will be saved in memory.
  45. After the entire database has been examined, you will have the
  46. opportunity to separately review all of the movies that have
  47. matched each search statement.
  48.  
  49.     Up to 15 search statements may be entered.
  50.  
  51. Additional Notes:
  52.   This program is fairly simple-minded.  If the second term in a
  53. search statement is AND or OR, then the first and third terms
  54. are used as search arguments.  If AND/OR is not found, then
  55. the entire string is used as a search argument.  In other words:
  56.  
  57. ILLEGAL:      Debra Winger and Nick Nolte
  58.  
  59. LEGAL:          Keaton and Allen
  60.          to find all Diane Keaton and Woody Allen movies.
  61.          (Also finds all Diane Keaton and Karen Allen movies.
  62.           Note: if any movie had the name "Allen" in the title
  63.           it would also be found")
  64.  
  65.   There is no "wild card" capability.
  66.  
  67. ILLEGAL:     D:xxLester
  68.  
  69. LEGAL:         D:Richard Lester
  70.         or
  71.          Richard Lester
  72.         or
  73.          Lester
  74.            (though this last one will probably show more movies than
  75.         what you had in mind)
  76.  
  77.  
  78. Installation Instructions
  79.  
  80.    Installation of this package consists basically of copying all files
  81. into a subdirectory on your hard disk.
  82.  
  83.    If you do not have a hard disk, then you will need to do some additional
  84. setup work.  Because MFIND only knows about the currently logged-in
  85. directory, it won't find files that are on another disk drive.  You can
  86. get around this problem in several ways:
  87.  
  88. 1 - In later versions of DOS, you can use the JOIN command to connect two
  89.     directories into 1 logical directory.  See your DOS manual.
  90. 2 - You can copy everything into a RAMdisk, such as created by the IBM VDISK
  91.     program or any of the other RAMdisk problems available.
  92. 3 - You can run MFIND separately against each diskette.
  93.  
  94.  
  95. Principles of Operation
  96.  
  97.     The program starts with the first entry in the current disk directory.
  98. For each filename that consists of two-letters, the file is opened and
  99. searched.  As each movie record is processed, the information for each
  100. movie is built into a single field for search purposes.  Matches are then
  101. done on character strings within this entire field.  When a match is found,
  102. the entire entry for the movie is displayed on the screen.  As each file is
  103. searched, the name of the file will also be displayed.    There is a limit of
  104. 200 hits for any one search statement and about 500 hits for all search
  105. statements.  A typical search will take about 2 minutes on an XT.
  106.  
  107. Note:  This program will operate with any free-form text files whose records
  108. are separated by two dots (..), with no record larger than 1000 bytes, whose
  109. filenames consist of 2 letters, and where no file is larger than 24K bytes.
  110.  
  111.  
  112.  
  113.          ----------------end-of-author's-documentation---------------
  114.  
  115.                         Software Library Information:
  116.  
  117.                    This disk copy provided as a service of
  118.  
  119.                         The Public (Software) Library
  120.  
  121.            If you have received this disk from another source, you
  122.          should be aware that disks in the P(s)L are updated monthly
  123.             so this copy may not be the latest version available.
  124.          For a copy of the latest monthly software library newsletter
  125.           and a list of the 800+ disks in the library, call or write
  126.  
  127.                         The Public (Software) Library
  128.                               P.O.Box 35705 - F
  129.                            Houston, TX 77235-5705
  130.                                (713) 721-6104
  131.  
  132.          We are not the authors of this program, nor are we associated
  133.          with the author in any way other than as a distributor of the
  134.          program in accordance with the author's terms of distribution.
  135.  
  136.          Please direct shareware payments and specific questions about
  137.          this program to the author of the program, whose name appears
  138.          elsewhere in  this documentation. If you have trouble getting
  139.          in touch with the author,  we will do whatever we can to help
  140.          you with your questions. All programs have been tested and do
  141.          run.  To report problems,  please use the form that is in the
  142.          file PROBLEM.DOC on many of our disks or in other written for-
  143.          mat with screen printouts, if possible.
  144.  
  145.