Tuesday, 24 January 2012

Findings Words in a File from Any Directory

Go to the particular directory and search using the below syntax:
FINDSTR /S /I write_name_you_are_searching *.* >C:\TMP\Results.txt
FINDSTR /S /I "deleted"  *.* >C:\TMP\Results.txt

Reference: http://www.computerhope.com/findstr.htm