Folders & Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I print a list of the folders and files held on my computer in their
expanded state?
 
From the Command Prompt at the root of a drive:

tree /f /a >test.txt

will send it to test.txt at the root of the drive. You can then print
the file. If you have lots of files it's going to take a lot of paper
to print! You will have to plant a tree after you're done...

John
 

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