PDA

View Full Version : printing a copy of what is in a folder


Linda
June 22nd 03, 11:35 PM
How can I print a copy of what is in a folder not a
document but what is on the screen when i pull up like
(for example) new folder 2.

David Lowndes
June 23rd 03, 07:46 AM
>How can I print a copy of what is in a folder not a
>document but what is on the screen when i pull up like
>(for example) new folder 2.

Linda,

If you want a list of the files in a folder you can use the command
line DIR command, or a 3'rd party add on product such as ExpPrint
http://www.jddesign.co.uk/.

ExpPrint is an Explorer context menu extension that gives you a "Print
Directory Listing" menu when you select any file folder, drive, or
files. It has quite a comprehensive sorting and layout capability,
and is only a small download.

ExpPrint is shareware, the only restriction on the non-registered
usage is that the Save settings capability is disabled. Other than
that it's fully functional.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq

Bruce Sanderson
June 24th 03, 01:32 AM
The tree command works well for this also.

e.g.
tree /f > f.txt

will list all of the files and folders in the current directory in the file
f.txt.

--
Bruce Sanderson MVP

It's perfectly useless to know the right answer to the wrong question.


"Linda" > wrote in message
...
> How can I print a copy of what is in a folder not a
> document but what is on the screen when i pull up like
> (for example) new folder 2.

Google