Directory structure printing  
Author Message
RobAtum





PostPosted: Thu Feb 16 21:03:03 CST 2006 Top

Windows XP >> Directory structure printing Hi,

I have a share drive that use to store data/files for my department. I find
a way of sending the directories structure to printer. Is there a way
windows xp can do that?

SF

Windows XP516  
 
 
cornedbeef007-groups





PostPosted: Thu Feb 16 21:03:03 CST 2006 Top

Windows XP >> Directory structure printing Start | Run
type "cmd" without the quotes
change to the drive you want to list
<drive>:
type "tree > c:\tree.txt" without the quotes.
Your tree structure will be in a file called tree.txt in the root of
the c: drive.
Open it with notepad, and print it!


good luck,
Barry

 
 
Pegasus





PostPosted: Thu Feb 16 22:51:12 CST 2006 Top

Windows XP >> Directory structure printing
"SF" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Hi,
>
> I have a share drive that use to store data/files for my department. I
find
> a way of sending the directories structure to printer. Is there a way
> windows xp can do that?
>
> SF

Here is an automated way of doing this:

http://support.microsoft.com/?kbid=321379 (Print directory listing).


 
 
Bob





PostPosted: Fri Feb 17 09:28:10 CST 2006 Top

Windows XP >> Directory structure printing You might want to use the /a switch for tree also. The printing will
look better on most "Windows" printers.

EMail@HideDomain.com wrote:

> Start | Run
> type "cmd" without the quotes
> change to the drive you want to list
> <drive>:
> type "tree > c:\tree.txt" without the quotes.
> Your tree structure will be in a file called tree.txt in the root of
> the c: drive.
> Open it with notepad, and print it!
>
>
> good luck,
> Barry
>