Printing File Detail Lists From Explorer

  • Thread starter Thread starter Adam Thickett
  • Start date Start date
A

Adam Thickett

Hey,

I'm trying to print a list of file names from explorer but
there doesn't seem to be anyway to do it :-(. I know its
possible because i've done it before somehow but i can't
remember how.

Ideally I'd also like to batch print all the contents of
the file too, there are about 300 files so opening and
printing each one would take a while.

Hope you can help

Adam :-)
 
Hi Adam,

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

You will also find many, many free print utilities that can add this
function as well.

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Win9x

Associate Expert - WinXP - Expert Zone
 
In
Adam Thickett said:
I'm trying to print a list of file names from explorer but
there doesn't seem to be anyway to do it :-(. I know its
possible because i've done it before somehow but i can't
remember how.


Here are three ways:
1. Go to a command prompt and issue the command

dir [drive:folder] > prn

If that doesn't work, your printer may not be connected to prn.
In that case issue this command instead:



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.
 

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

Back
Top