Search files with non-standard filename extensions

  • Thread starter Thread starter george
  • Start date Start date
G

george

Have a dir:
c:\test

Have 5 files containing the same line,
This is a test file.

File names:
file.txt
file.dat
file.zzz
file.0709
file.0710

Search all or part of filename:
*.*

A word or phrase in the file:
i

Look in:
test

Search results:
file.dat
file.txt

How can I get search to find the zzz, 0709 and 0710 files or anyfile
containing the search string????

tia
George Girard, Programmer/FiddlerArounder, (e-mail address removed)
Your Current Internet Information can be found here:
http://www.canufly.net/~georgegg/Your.Current.Internet.Information
http://www.canufly.net/~georgegg/dns/Dns.Whois.Nslookup
 
Back
Top