On Tue, 1 Dec 2009 00:54:44 -0500, "Joe McGuire"
<(E-Mail Removed)> wrote:
> WinXP Pro lets me print the listing of files in a directory (folder). But I
> am more interested in using that list electronically, such as inserting it
> in a document or e-mail. Is there a way to do so?
Here are four 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.
Or if you want to insert it in a document or e-mail message, once
you're in notepad, instead of printing it, copy it, then paste it
where you want it.
2. Write (for example in Notepad) a 1-line text file:
DIR %1 /O >LPT1:
Save it as "printdir.bat" in the "Send To" folder.
Then, to print list of files in any folder, right-click that folder
and select Send to | printdir.bat
To include subfolders, change the comand to DIR %1 /O/S >LPT1:
3. Go to
http://support.microsoft.com/default...;EN-US;Q321379 and
follow the instructions there.
4. 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
--
Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
Please Reply to the Newsgroup