home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
c
/
cnews004.arc
/
FF.ARC
/
READ.ME
< prev
Wrap
Text File
|
1987-07-14
|
843b
|
31 lines
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)