!!Best App for making file lists..??

dipen01

Skilled
Aug 14, 2005
1,204
19
102
37
Hey guys

which is the best software for creating a file list..i mean the list of all the files in subdirectories... say i want to send my friend the list of all the movie that i have on HDD...i should have to compile it..just right click the movie folder and it will create a notepad of all the subdirectories including files..

i hope u got my point :)

Pls tell 2-3 softwares..so that i can choose the one that i am most comfortable with..!!:D

Thanx
 

dhawald3

Disciple
Jun 27, 2007
96
2
68
In the command line go to ur movie folder

then type
dir /s /b > c:\list.txt

here
/s is for listing subdirectories.
/b is for bare list otherwise it will give full path and size of each file.

> is for save to file to the given location u can give ur own location
I have given c:\ for convenience