Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

ffind syntaxFri

Friends,

I need a bat ou command to ffind with:
directory: s:\exx\
files: hh*.txt
words to find: "examples of".
Please kindly help.
Thanks.
 
find "examples of" s:\exx\hh*.txt

findstr /m "examples of" s:\exx\hh*.txt
 
Back
Top