home *** CD-ROM | disk | FTP | other *** search
- This archive contains the source and object file for FF.EXE, a utility
- which searches a disk or subtree for files matching a filename.ext with
- wildcards. Many options are supported, including specifying attributes
- required or excluded, date and time range, and file size range. See
- FF.DOC for details.
-
- This program is written in Microsoft C, version 4.0, and compiled using
- the small memory model.
-
- Note that because of recursion, FF.EXE must be linked with a larger
- stack size than normal. I have used
-
- link ff+findentr+dta /stack:48000
-
- Earlier versions with a stackof only 16000 were tested searching over 16
- levels of directories. I have not experimented to find the lower limit.
-
- Files are:
-
- FF.C
- FF.OBJ
- FF.EXE
- FF.DOC
- DOSTYPE.H
- DTA.C
- DTA.OBJ
- FINDENTR.C
- FINDENTR.OBJ
- MAIN.H
- READ.ME (this file)