|---Quote (Originally by jimklein)---
|Is there a way to do multi-searches using ffind?
|
|Something like:
|
|ffind /t"os=vista64" && "servicepack=1" *.txt
|---End Quote---
This (kludge) seems effective to find batch files containing both "foo" and
"for". For two search strings, an alias might be appropriate. For more, you
could write a batch file to compose the necessary command line.
v:\> do file in /p ffind /b /t"foo" *.bat;*.btm ( ffind /b /t"for" %file )
V:\cursor01.btm
V:\dotest2.btm
V:\losserror.btm