PDA

View Full Version : Need one software to take printout of my File & Folders


satyamy
25-04-2007, 01:04 PM
I have many files & Folders in my PC
like
it is like a folder has 3 sub folder & some files in it, in that 3 sub folder their are some 2-3 sub folders & some files & that 2-3 sub folders their are sub sub sub & sub folders & file
very confusing


Folder 1
file1.doc
file2.doc
file3.doc
file4.doc
file5.doc
sub folder1
file1.doc
file2.doc
file3.doc
file4.doc
sub sub folder2
file1.doc
file2.doc
file3.doc
file4.doc
Folder 2
file1.doc
file2.doc
file4.doc
file5.doc
sub folder1
file1.doc
file2.doc
file3.doc
file4.doc
sub folder2
file1.doc
file2.doc
file3.doc
file4.doc

so i need any software which can take a printout of it
So that i can know how many files & folder i have in my PC & what are their names

Pls help me............?

folder ke andar folder folder ke bahar folder aage folder peeche folder bolo kitne folder

sakumar79
25-04-2007, 01:40 PM
Go to dos prompt by running 'cmd' in Run menu... Here, type 'dir /s >out.txt'
Now, open out.txt in notepad and print it...

If you want, you can add filters to the list 'dir /s *.doc >out.txt'

But be warned that you could end up with a large file and a huge printout...

Arun

satyamy
25-04-2007, 01:47 PM
owesum
thanks friend
it was really helpful
really owesum

sakumar79
25-04-2007, 05:21 PM
You are welcome...

Arun