List of folders and subfolders

  • Thread starter Thread starter emilija
  • Start date Start date
E

emilija

Hi, my question is , how can I make a list of all my folders, subfolders and
files on my HD, (not the manual one :) )
Thanks in advance, Emilija
 
Click [Start] [Run] [Cmd]
Goto the appropriate directory.
Type "Dir /b >list.txt"
[include "/s" for sub-directories listing]

Open List.txt in notepad and print the contents.


==See: Microsoft Knowledgebase Article==

How to Add the Print Directory Feature to Windows Explorer:
http://support.microsoft.com/?kbid=272623

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com

~ Please reply to newsgroup ~


Hi, my question is , how can I make a list of all my folders, subfolders and
files on my HD, (not the manual one :) )
Thanks in advance, Emilija
 
-----Original Message-----
Hi, my question is , how can I make a list of all my folders, subfolders and
files on my HD, (not the manual one :) )
Thanks in advance, Emilija


.
Dear Emilija.,

This has to be done in DOS prompt. Just follow the
following steps to get the answer.

1. Click start --> select run
2. Type "command" --> click open
3. Type " dir /s/p "
you will get the list of files and folders in the
corressponding drive eg., c:

or

3. Type " dir /s/p > emili.txt "

Now open the emili.txt in your notepad and you will get
the list of files and folders in the corressponding drive
eg., c:


Have a nice day.,
 
I recommend that person use "cmd" rather than "command". It is easier to
use since it is not limited to 8 characters.
 
Search the web for rest2514 this could help
Darrell said:
I recommend that person use "cmd" rather than "command". It is easier to
use since it is not limited to 8 characters.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top