printing file lists

  • Thread starter Thread starter TOny
  • Start date Start date
T

TOny

In word, I'm trying to print a copy of the files listed
in each directory. I can only copy whole documents.
Anyone have the answer to this?
 
| In word, I'm trying to print a copy of the files listed
| in each directory. I can only copy whole documents.
| Anyone have the answer to this?

Also good.
http://www.karenware.com/powertools/ptdirprn.asp

--
D

I'm not an MVP a VIP nor do I have ESP.
I was just trying to help.
Please use your own best judgment before implementing any suggestions or
advice herein.
No warranty is expressed or implied.
Your mileage may vary.
See store for details. :)

Remove shoes to E-mail.
 
In
TOny said:
In word, I'm trying to print a copy of the files listed
in each directory. I can only copy whole documents.
Anyone have the answer to this?


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.
 
Back
Top