| 
 
			
			Hold down shift and right click the root folder you want to search in explorer. Select "open command window here."  Type 
 tree /f >files.txt
 
 This will make a text file in that folder of the entire directory tree below it.  You can then search or browse through it.
 |