Files and Folders

D

David W

I want to be able to run a programme which will list not only the files and
folders of a particular location, but also list the contents of all
sub-folders at the same time. I know of one add-in for Excel but it doesn't
list the sub-folder contents unless I manually open each folder.

Can anyone suggest an answer?
 
B

Bob I

At the command line

Tree Driveletter:\path /F /A > C:\filelist.txt

will put the listing in C:\filelist.txt
 
Top