Printing Directory List

R

Rob Schneider

Yes. Best to re-ask in a newsgroup dedicated to the operating system.

That being said, the easiest way is to open a command prompt. Execute
the "dir" command on the folder(s) of interest, and direct the output to
a file, e.g.:

dir "c:\program files" > c:\temp\dirlist.txt

then use notepad, word, or something to open the created file
(dirlist.txt this example) and print it.

Hope this is useful to you. Let us know.

rms
 

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