^ Be a little Geek, and do this to record the fienames according to the folder structure:
In command line of Windows type this command:
The command "tree /A Filename.txt" will create a text file with the complete structure of all the subfolders of whom you want to take a snapshot of. You can even use the switch /F to record filenames inside the folder. The input redirection operator ">" means don't display the output on screen, but redirect the output in a Text file.
Yo don't need freewares all the time!
Also, you can use Cathy, a file indexing tool to record complete structure of folders and filenames of a disk, pen drive or external HDD, which I use to catalog movies.
In command line of Windows type this command:
Code:
C:\Users\Administrator>cd desktop
C:\Users\Administrator\Desktop>tree /A > FolderStructure.txt
The command "tree /A Filename.txt" will create a text file with the complete structure of all the subfolders of whom you want to take a snapshot of. You can even use the switch /F to record filenames inside the folder. The input redirection operator ">" means don't display the output on screen, but redirect the output in a Text file.
Yo don't need freewares all the time!
Also, you can use Cathy, a file indexing tool to record complete structure of folders and filenames of a disk, pen drive or external HDD, which I use to catalog movies.