
                        F i l e    F i n d
                        ==================

  DISCLAIMER
  ----------
      I hereby disclaims all warranties relating to this program,
    whether express or implied, including without limitation any implied
    warranties of fitness for a particular purpose. I cannot and will not
    be liable for any special, incidental, consequential, indirect or
    similar damages due to loss of data or any other reason. The user of this
    program bears all risk as to the quality and performance of the software.
    If you do not agree with the above, you are encouraged not to use this
    program.

  Introduction
  ------------
      This is just another file-finder. It have the following special
    features:
          1.   Can be aborted any time by an <ESC>. (Well, a few file finders
             does not support this extremely advanced feature).

          2.   Search the file in a local manner. For example, assume that
             you activate the program from the directory c:\tmp\tmp :
                 FF bogosity.c
             FF will first search the tree rooted at c:\tmp\tmp\ for the
             files. Then it will search the files in the directory tree 
             rooted at c:\tmp\, etc...
               From my limited expirience, this is faster and more convinient
             than the regular method

          3.   Support an extended DOS pattern matching. i.e.
                 FF *a*a*a*
             will find all files containing 3 'a's in their name.

          4.   A very limited batch generation mechanisms. Execute "FF /?" for
             an example.

          5.   Last but not least, ability to search also 4DOS descriptions.
             For example:
                    FF /D:*bad*
                will find all files, that their 4DOS description contain the
             word "bad" in them.

          6.    Display 4DOS descriptions.

          7.    Much more... execute  FF /?  to see a descriptions of the
             avaliable commands.


  Miscellaneous
  -------------
      This software is a freeware and can be distributed freely as long as
    the executable is not being changed. The selling of the program is not
    allowed.

      I hope you will find the program useful, if you have any comments,
    email them to "sariel@math.tau.ac.il".

          Yours,

               Sariel Har-Peled


