Windows Explorer File List

  • Thread starter Thread starter Gordon
  • Start date Start date
G

Gordon

I am running Windows XP Pro SP2 on my desktop computer, and would
like to print out a list of the files in certain folders in
Windows Explorer. Actually, I would like to print out a list of
the Thumbs images for these files. Is there any way to do this?
 
For a normal directory list printing, see:
http://support.microsoft.com/?kbid=321379
http://www.karenware.com/powertools/ptdirprn.asp

Retrieving Extended File Properties - Scripting:
http://www.microsoft.com/resources/...00/server/scriptguide/en-us/sas_fil_lunl.mspx

From David Candy:
http://groups.google.co.in/groups?selm=#[email protected]

From Torgeir:
http://groups.google.co.in/[email protected]

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


I am running Windows XP Pro SP2 on my desktop computer, and would
like to print out a list of the files in certain folders in
Windows Explorer. Actually, I would like to print out a list of
the Thumbs images for these files. Is there any way to do this?
 
Gordon said:
I am running Windows XP Pro SP2 on my desktop computer, and would
like to print out a list of the files in certain folders in
Windows Explorer. Actually, I would like to print out a list of
the Thumbs images for these files. Is there any way to do this?


Here are three 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. Go to http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321379 and
follow the instructions there.

3. 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
 
I am running Windows XP Pro SP2 on my desktop computer, and would
like to print out a list of the files in certain folders in
Windows Explorer. Actually, I would like to print out a list of
the Thumbs images for these files. Is there any way to do this?
Thanks for the responses. These answered my question and got me
through the problem.
 
Back
Top