PC Review


Reply
Thread Tools Rate Thread

Copy & Print file lists????

 
 
=?Utf-8?B?b2hjaGVhcDE=?=
Guest
Posts: n/a
 
      3rd Jun 2007
I hope I am describing this with the right terminology...here goes. Is it
possible to print a copy of a list of "file names" in a folder? Some
description: Let's say that I want to print out the names of all of the
media sounds connected with my system. I open the media folder and there is a
list of all the different wav files in that folder. Is there a way to print
this out without having to re-type the information in WORD or whatever? I can
not find out how to do this!! Even my wiz kid doesnt know.
 
Reply With Quote
 
 
 
 
db
Guest
Posts: n/a
 
      3rd Jun 2007
maybe this link can provide
some assistance:

http://www.microsoft.com/office/comm...1-001ebb145277
"ohcheap1" <(E-Mail Removed)> wrote in message news:C91F2700-667F-493E-8BD6-(E-Mail Removed)...
I hope I am describing this with the right terminology...here goes. Is it
possible to print a copy of a list of "file names" in a folder? Some
description: Let's say that I want to print out the names of all of the
media sounds connected with my system. I open the media folder and there is a
list of all the different wav files in that folder. Is there a way to print
this out without having to re-type the information in WORD or whatever? I can
not find out how to do this!! Even my wiz kid doesnt know.
 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a
 
      3rd Jun 2007
ohcheap1 wrote:
> I hope I am describing this with the right terminology...here goes.
> Is it possible to print a copy of a list of "file names" in a
> folder? Some description: Let's say that I want to print out the
> names of all of the media sounds connected with my system. I open
> the media folder and there is a list of all the different wav files
> in that folder. Is there a way to print this out without having to
> re-type the information in WORD or whatever? I can not find out how
> to do this!! Even my wiz kid doesnt know.


Sure...
There's a few ways... You could use some command line methods:

dir /b > dir.txt would get you all files in the directory you are currently
in (into dir.txt).

dir *.wav /b > dir.txt would get you all the files in the directory you are
in (into dir.txt).

However - there is an easier way...

How to add the Print Directory feature for folders in Windows XP
http://support.microsoft.com/kb/321379

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      4th Jun 2007
Several methods to accomplish this.......I like Tushar's best if importing to
Excel.

To add a "Print Directory" feature to Explorer, go to
this KB Article.

http://support.microsoft.com/default...EN-US;q272623&

Or you can download Printfolder 1.2 from.....

http://no-nonsense-software.com/freeware/

I use PF 1.2 and find it to be more than adequate with custom
features.

OR Go to DOS(Command) prompt and directory.
Type DIR >MYFILES.TXT

All the above create a *.TXT file which can be opened in Notepad or
Excel.

One more method if you want to by-pass the *.TXT file and pull
directly to Excel is to use Tushar Mehta's Excel Add-in. This allows filtering
and sorting once you have the data in Excel.

http://www.tushar-mehta.com/ scroll down to Add-ins>Directory
Listing.

Download the ZIP file and un-zip to your Office\Library folder.


Gord Dibben MS Excel MVP

On Sun, 3 Jun 2007 15:35:01 -0700, ohcheap1 <(E-Mail Removed)>
wrote:

>I hope I am describing this with the right terminology...here goes. Is it
>possible to print a copy of a list of "file names" in a folder? Some
>description: Let's say that I want to print out the names of all of the
>media sounds connected with my system. I open the media folder and there is a
>list of all the different wav files in that folder. Is there a way to print
>this out without having to re-type the information in WORD or whatever? I can
>not find out how to do this!! Even my wiz kid doesnt know.


 
Reply With Quote
 
=?Utf-8?B?b2hjaGVhcDE=?=
Guest
Posts: n/a
 
      4th Jun 2007
WOW!!! Fast and Efficient. Thanks so much. I think the TM is going to work
best for me because I can also "cut and paste" when needed from excel. You
are the bomb!! Thanks for putting things in laymans terms also. I really
helps.
ohcheap1

"Gord Dibben" wrote:
>
> http://www.tushar-mehta.com/ scroll down to Add-ins>Directory
> Listing.
>
> Download the ZIP file and un-zip to your Office\Library folder.
>
>
> Gord Dibben MS Excel MVP


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      4th Jun 2007
Thanks for the feedback.

Tushar will be pleased you like his work.


Gord

On Sun, 3 Jun 2007 18:04:01 -0700, ohcheap1 <(E-Mail Removed)>
wrote:

>WOW!!! Fast and Efficient. Thanks so much. I think the TM is going to work
>best for me because I can also "cut and paste" when needed from excel. You
>are the bomb!! Thanks for putting things in laymans terms also. I really
>helps.
>ohcheap1
>
>"Gord Dibben" wrote:
>>
>> http://www.tushar-mehta.com/ scroll down to Add-ins>Directory
>> Listing.
>>
>> Download the ZIP file and un-zip to your Office\Library folder.
>>
>>
>> Gord Dibben MS Excel MVP


 
Reply With Quote
 
Bruce Chambers
Guest
Posts: n/a
 
      4th Jun 2007
ohcheap1 wrote:
> I hope I am describing this with the right terminology...here goes. Is it
> possible to print a copy of a list of "file names" in a folder? Some
> description: Let's say that I want to print out the names of all of the
> media sounds connected with my system. I open the media folder and there is a
> list of all the different wav files in that folder. Is there a way to print
> this out without having to re-type the information in WORD or whatever? I can
> not find out how to do this!! Even my wiz kid doesnt know.



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

Directory Lister
http://www.krksoft.com/index.php


--

Bruce Chambers

Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
 
Reply With Quote
 
M.I.5¾
Guest
Posts: n/a
 
      4th Jun 2007

"ohcheap1" <(E-Mail Removed)> wrote in message
news:C91F2700-667F-493E-8BD6-(E-Mail Removed)...
>I hope I am describing this with the right terminology...here goes. Is it
> possible to print a copy of a list of "file names" in a folder? Some
> description: Let's say that I want to print out the names of all of the
> media sounds connected with my system. I open the media folder and there
> is a
> list of all the different wav files in that folder. Is there a way to
> print
> this out without having to re-type the information in WORD or whatever? I
> can
> not find out how to do this!! Even my wiz kid doesnt know.


The easiest way by far is to open a command window, navigate to the
directory (this is a lot easier with the OpenCommandWindowHere power toy
loaded).

and type

dir [whatever switches] | LPT1: (| = the shifted symbol on the '\' key)

(substitute your printer if not LPT1

alternatively

dir [whatever switches] > file.txt

and print it later.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Print File Lists Hal Hostetler [MVP-P/I] Windows XP Print / Fax 0 11th Jan 2007 12:54 AM
Print file lists =?Utf-8?B?am50c211bQ==?= Windows XP General 12 5th Jan 2006 06:15 AM
Re: How do i copy and print file lists from explorer? t.cruise Windows XP General 0 9th Jul 2004 02:29 AM
Re: How do i copy and print file lists from explorer? Bruce Chambers Windows XP General 0 9th Jul 2004 02:23 AM
Re: How do i copy and print file lists from explorer? Phil Windows XP General 0 8th Jul 2004 07:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:11 AM.