Freeware to list folder tree and files

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

Is there freeware app. that will list a folder tree and all the files in
each folder + subfolders? I do it by print screen at present but cumbersome
for larger trees.
 
SS said:
Is there freeware app. that will list a folder tree and all the files in
each folder + subfolders? I do it by print screen at present but cumbersome
for larger trees.

How *many* apps would you like. ;)

I use and like Karen's Directory Printer. See this page for a list of
apps that have been mentioned in ACF:
http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#1.00DirectoryPrinter

Susan
--
Posted to alt.comp.freeware
Search alt.comp.freeware (or read it online):
http://www.google.com/advanced_group_search?q=+group:alt.comp.freeware
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org (not maintained)
 
Is there freeware app. that will list a folder tree and all the files in
each folder + subfolders? I do it by print screen at present but cumbersome
for larger trees.

How about:

DIR *.* /S > mydirs.txt

Routes the directory listing to file mydirs.txt and the /S switch lists all
subdirectories.
 
Back
Top