FLOCATE.PAS : Locate File(s) through directories

Title   : FLOCATE
Version : 2.1
Date    : Feb 14,2000
Author  : J R Ferguson
Download: http://hello.to/ferguson
E-mail  : j.r.ferguson@iname.com

This program may be used and copied freely without  charge,  but  only  for
non-commercial  purposes.  The  author is not responsible for any damage or
loss of data that may be caused by using it.

usage  : FLOCATE filemask [>out] [/option[...] [...] ]
options: /A         = Show attributes
         /Ix[...]   = Include specified attribute(s)
         with x : A = archive       R = read only
                  D = directory     S = system file
                  H = hidden        V = volume id
                  N = no attribute  * = any attribute
default: /iANR


Type FLOCATE /? for help


History:
v2.1 Feb 14,2000. Changed author's internet address.
v2.0 Dec 13,1996. Redesigned options scheme.
v1.0 Jan 07,1990. First release.

