Creates txt file of files/folders on HDD or within folder

imported_KuJaX

Platinum Member
May 29, 2004
2,428
0
0
Can someone recommend, hopefully freeware, a program that will create a text file with all of the files/folders of a hard drive, or if more advanced, of a specific folder?


Anything more powerful than the Windows dir > filename.txt command?
 

Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
May 13, 2003
13,704
7
81
I prefer the tree command in DOS
"tree /a > treelist.txt"

Or if you need file listings as well:
"tree /a /f > treelist.txt"