Print Folder Directory

J

John J in AZ

Is there a way to print (or convert to XLS, DOC, PDF, etc. etc.) a
folder directory? Other than PrtScr, which only prints that portion of
the list that's visible at the time. Oh, Windows XP, Personal, SP2, in
case it matters.
Thx.
John J.
 
A

Anna

John J in AZ said:
Is there a way to print (or convert to XLS, DOC, PDF, etc. etc.) a
folder directory? Other than PrtScr, which only prints that portion of
the list that's visible at the time. Oh, Windows XP, Personal, SP2, in
case it matters.
Thx.
John J.


John J.:
Take a look at Print Directory feature in XP:

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q321379

And there are any number of third-party programs that provide this
capability as well.
Anna
 
J

John J in AZ

Anna said:
"John J in AZ" (e-mail address removed) wrote in message

Is there a way to print (or convert to XLS, DOC, PDF, etc. etc.) a
folder directory? Other than PrtScr, which only prints that portion
of
the list that's visible at the time. Oh, Windows XP, Personal, SP2,
in
case it matters.
Thx.
John J.-


John J.:
Take a look at Print Directory feature in XP:

http://tinyurl.com/ytlgu

And there are any number of third-party programs that provide this
capability as well.
Anna

Anna,

THANX !!! That works great !!!

Regards,
John J.
 
K

Ken Blake, MVP

John said:
Is there a way to print (or convert to XLS, DOC, PDF, etc. etc.) a
folder directory? Other than PrtScr, which only prints that portion of
the list that's visible at the time. Oh, Windows XP, Personal, SP2, in
case it matters.


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.

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.aspx?scid=kb;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
 
B

Bruce Chambers

John said:
Is there a way to print (or convert to XLS, DOC, PDF, etc. etc.) a
folder directory? Other than PrtScr, which only prints that portion of
the list that's visible at the time. Oh, Windows XP, Personal, SP2, in
case it matters.
Thx.
John J.


From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
just as you used to do in DOS. Any of the switches for the DIR command
(type "dir /?") will work with this command, if you wish to modify the
output. You can then subsequently edit the resulting text file using
NotePad, WordPad, Word, etc.

Alternatively:

HOW TO Add a Print Directory Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379



--

Bruce Chambers

Help us help you:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
 

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