I require to list all files which have the text "Request" in its contents
(for eg . if a doc file "EXAMPLE.doc" contains the word "Request" in its contents, it should get listed).
All this without opening the files in the directory or subdirectory.
Please note -
1) the file type could be anything from DOC, XL, PPT ( mostly MSoffice files)
2) the requirement is not to scan the file name -- it is to scan the contents of the file for the given word ( "Request" as stated above, for example)
Thanks
(for eg . if a doc file "EXAMPLE.doc" contains the word "Request" in its contents, it should get listed).
All this without opening the files in the directory or subdirectory.
Please note -
1) the file type could be anything from DOC, XL, PPT ( mostly MSoffice files)
2) the requirement is not to scan the file name -- it is to scan the contents of the file for the given word ( "Request" as stated above, for example)
Thanks