README FILE FOR SEARCH.EXE
Version 1.0, 1/2/94
by Marshall Brain, brain@iftech.com

SEARCH.EXE is an NT console program that searches all logical
drives for the given file name. Usage is:

	search filename

For example, type the following at an MS-DOS prompt:

	search xxx*.txt

This command will search all logical drives for any file matching 
"xxx*.txt" and print the complete path of every matching file to 
the screen. 

Logical drives consist of all drives with drive letters, excluding
drives A and B. For example, if you look in the File Manager and see
that you have drive letters C, D and E assigned, where C is a local
drive and D and E are drives connected over the network, then SEARCH.EXE
will search all three of those drives for the specified file name.

The EXE provided here is in Intel format. To obtain the source code
so that you can compile to other architectures (or to modify the
program), send an empty email message to "info@iftech.com". This is 
a free auto-reply email server that will send you a list of all 
available files. If you have questions or comments send mail to 
"support@iftech.com". [These are internet email addresses. To reach 
the internet from compuserve type "INTERNET: info@iftech.com" when you
send the message.] 
