View Single Post
Old 03-10-2017, 11:59 AM   #6
calculoso
Franchise Player
 
calculoso's Avatar
 
Join Date: Oct 2001
Location: Ontario
Exp:
Default

Quote:
Originally Posted by Fuzz View Post
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.
Tree will only give the directory structure, not files, correct?

maybe in the command window would be better?
dir /s > files.txt
calculoso is offline   Reply With Quote