1. If you are searching for a document that contains specfic information, but do not know which
file in a directory contains the text then you can use the command prompt to find the file.
Open the 'Command Prompt', click 'Start' and select 'Run', type 'cmd' and press enter. That should
open the command prompt. Navigate to the directory you are interested in searching using the 'cd' command.
(Type 'cd /?' for instructions if you aer unsure.) When you have opened the correct folder type
'findstr /I /M /C:[text] *.[file extension]'. (Square brackets are not typed and denote the text
inside them is user defined.)