View Full Version : printing file folders
edward ferrer
April 16th 04, 12:58 AM
How do you pront the contents of a file folder in windows
XP?
Bruce Sanderson
April 16th 04, 12:59 AM
I assume you mean create a list of all the sub folders and files in a
folder.
To do this, open a command prompt window and use the tree command
e.g.
tree /? <-- will give you all of the available options for the tree
command
tree c:\temp /f > lpt1: <-- will send the list of sub-folders and to a
printer (the info at http://members.shaw.ca/bsanders/printfromdos.htm might
help here)
--
Bruce Sanderson MVP
It's perfectly useless to know the right answer to the wrong question.
"edward ferrer" > wrote in message
...
> How do you pront the contents of a file folder in windows
> XP?
Bruce Sanderson
April 16th 04, 12:59 AM
I assume you mean create a list of all the sub folders and files in a
folder.
To do this, open a command prompt window and use the tree command
e.g.
tree /? <-- will give you all of the available options for the tree
command
tree c:\temp /f > lpt1: <-- will send the list of sub-folders and to a
printer (the info at http://members.shaw.ca/bsanders/printfromdos.htm might
help here)
--
Bruce Sanderson MVP
It's perfectly useless to know the right answer to the wrong question.
"edward ferrer" > wrote in message
...
> How do you pront the contents of a file folder in windows
> XP?
Bruce Sanderson
April 16th 04, 02:54 AM
I assume you mean create a list of all the sub folders and files in a
folder.
To do this, open a command prompt window and use the tree command
e.g.
tree /? <-- will give you all of the available options for the tree
command
tree c:\temp /f > lpt1: <-- will send the list of sub-folders and to a
printer (the info at http://members.shaw.ca/bsanders/printfromdos.htm might
help here)
--
Bruce Sanderson MVP
It's perfectly useless to know the right answer to the wrong question.
"edward ferrer" > wrote in message
...
> How do you pront the contents of a file folder in windows
> XP?
vBulletin® v3.6.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.