File/folder lists

K

Krista Bignall

I'm posting this in increasing frustration after wading
through endless automated help pages that don't tell me
what I need to know!

Can anyone advise if it is possible (and, if so, how) to
print out (or cut and paste into a text file) a list of
all the files or subfolders in a folder on Windows
Explorer (or by another means?). I can't find this
information in any of Microsoft's help guides.

Thanks for your help.
 
P

Pegasus \(MVP\)

Krista Bignall said:
I'm posting this in increasing frustration after wading
through endless automated help pages that don't tell me
what I need to know!

Can anyone advise if it is possible (and, if so, how) to
print out (or cut and paste into a text file) a list of
all the files or subfolders in a folder on Windows
Explorer (or by another means?). I can't find this
information in any of Microsoft's help guides.

Thanks for your help.

Do it from a Command Prompt:

- Start a Command Prompt
- Issue this command:
dir /s c:\*.* > c:\files.txt

Output is now in c:\files.txt
 

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

Top