Printing The Contents Of A Folder

  • Thread starter Thread starter rogersgerl
  • Start date Start date
R

rogersgerl

Can anyone please tell me how to print a list of files in a folder. I
have a folder om my computer full of mp3 files and would like to print
out a list of all of the files. Can anyone tell me how to do this??
Please help.
 
In
rogersgerl said:
Can anyone please tell me how to print a list of files in a
folder. I
have a folder om my computer full of mp3 files and would like
to print
out a list of all of the files. Can anyone tell me how to do
this??


Answered in another newsgroup. Please do not send the same
message separately to more than one newsgroup (called
multiposting). Doing so just fragments the thread, so someone who
answers in one newsgroup doesn't get to see answers from others
in another newsgroup. And for those who read all the newsgroups
the message is multiposted to, they see the message multiple
times instead of once (they would see it only once if you
crossposted instead).

If you must send the same message to more than one newsgroup,
please do so by crossposting (but only to a *few* related
newsgroups).



Please see "What is the accepted way to share a message across
multiple newsgroups?" at
http://smjg.port5.com/faqs/usenet/xpost.html
 
rogersgerl said:
Can anyone please tell me how to print a list of files in a folder. I
have a folder om my computer full of mp3 files and would like to print
out a list of all of the files. Can anyone tell me how to do this??
Please help.


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