How can I print a list of the files in a folder?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help...does anyones know how to print a list of what is contained in a file?
 
| Help...does anyones know how to print a list of what is contained in a
file?

A nicely configurable directory printer freeware.

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

--
Doug

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.
http://spaces.msn.com/members/hillbillybuddhist/
 
Or open a command prompt and navigate to that folder. Then type the following:

DIR *.* /b >> Files.txt

This will write the file names to a file called Files.txt.
 
Press the print screen key. Open Word then right click and paste, then
print.


| Help...does anyones know how to print a list of what is contained in a
file?
 
Stickems. said:
Press the print screen key. Open Word then right click and paste, then
print.


| Help...does anyones know how to print a list of what is contained in a
file?
Does command prompt dir /? > prt still work?
 
PSI said:
Help...does anyones know how to print a list of what is contained in a file?


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:



You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
 

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