Directory Structure

J

JLong

Is there a way of printing a directory structure, like the
DOS Tree command, which would include revision data and
other file attributes? TIA.
 
K

Ken Blake

In
JLong said:
Is there a way of printing a directory structure, like the
DOS Tree command, which would include revision data and
other file attributes? TIA.


Here are three ways:



1. Go to a command prompt and issue the command

dir [drive:folder] > c:\tempfilename (you can use any name and
put it in any folder you want)

Then open notepad, open tempfilename, and print it from there.



2. Go to
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321379
and follow the instructions there.



3. Download and use any of the several freeware/shareware
utilities that can do this, such as the popular
http://www.karenware.com/powertools/ptdirprn.asp
 
G

Guest

Ken,
Thank you very much. Karen's site is great. I still
can't do what I wanted. I wanted to print a dir structure
like the one created by the tree command, but be able to
add file attributes like size, revision date and so on.
Karen's program can get the attributes but doesn't print
the tree.
 
K

Ken Blake

In (e-mail address removed)
Ken,
Thank you very much. Karen's site is great. I still
can't do what I wanted. I wanted to print a dir structure
like the one created by the tree command, but be able to
add file attributes like size, revision date and so on.
Karen's program can get the attributes but doesn't print
the tree.


Are you addressing me? Please quote the message you're responding
to. I happen to remember the thread only because I posted to it
not very long ago.

At any rate, you're welcome. Glad to help.

Are you looking for a graphical representation of the tree. I
don't know whether there's another third-party program that will
do this, but perhaps someone else does. Or try a Google search.
 

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