A seemingly simple task that I could not get Windows XP search function to perform. Here is a command for creating a result where you want to search a big directory of subdirectories and files for a certain string or content with the help of DOS.
Enter this in the main directory of your search:for /F "usebackq" %i in (`dir /b /s *.asp`) do find /N "John Wayne" %i >> searchresult.txt