Windows/Explorer/Printing

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

Guest

Not sure that I am asking in the correct place but here goes... Is is
possible to print a directory (including all sub-folders and contents) in
Windows Explorer? A sort of directory map?

Thanks
 
KJo said:
Not sure that I am asking in the correct place but here goes... Is is
possible to print a directory (including all sub-folders and contents) in
Windows Explorer? A sort of directory map?

Thanks

C:\>tree /?
Graphically displays the folder structure of a drive or path.

TREE [drive:][path] [/F] [/A]

/F Display the names of the files in each folder.
/A Use ASCII instead of extended characters.


So to a file you'd type:

tree C:\Testdir > file.txt

Or to a parallel port:

tree C:\testdir > lpt1:

aD
 
Not sure that I am asking in the correct place but here goes... Is is
possible to print a directory (including all sub-folders and contents) in
Windows Explorer? A sort of directory map?

Thanks
from a command prompt you can issue the command "tree"...which you can
output to a file. not sure this is will help??

kr
 

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