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
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
No comments:
Post a Comment