File Summary
Jim Hendry
07-09-2005, 09:15 PM
Does anyone know how to pipe a directory listing in windows to a text or
excel file which includes the file summary data, e.g.Title Comment
Author Owner fields
this would save me a lot of typing....
appreciated, Jim
Jeff Needle
07-09-2005, 09:15 PM
I don't know about all this. Of course, opening a "command prompt" box and
typing "dir >filename" you do get a disk-based listing of your files in the
file <filename>.
I'm not sure if this will give you all the info you really want.
"Jim Hendry" <JTHendry@spamnothanksuklinux.net> wrote in message
news:d8q80p$o5k$1@s1.uklinux.net...
> Does anyone know how to pipe a directory listing in windows to a text or
> excel file which includes the file summary data, e.g.Title Comment Author
> Owner fields
>
> this would save me a lot of typing....
>
> appreciated, Jim
Jimbo
07-09-2005, 09:15 PM
Just google "directory lister", there are a lot of apps that will do what
you want.
"Jim Hendry" <JTHendry@spamnothanksuklinux.net> wrote in message
news:d8q80p$o5k$1@s1.uklinux.net...
Does anyone know how to pipe a directory listing in windows to a text or
excel file which includes the file summary data, e.g.Title Comment
Author Owner fields
this would save me a lot of typing....
appreciated, Jim
Quick way to print the directory listing
Are you looking for a way to print the names of all the files in a
particular directory? Well, Windows Explorer does not have an option to do
this. But, here's a quick way to do just that:
1. Go to "Start | Run"
2. Type
COMMAND /C DIR directory_name >PRN
For example, if you want to print the list of files on your C drive's
root directory, type:
COMMAND /C DIR C:\ >PRN
To print the files list on your WINDOWS directory, type:
COMMAND /C DIR C:\WINDOWS >PRN
3. Press ENTER.
Not sure if this is of any assist in your case, but its something you can
build on via checking out all available Dos commands.
Piping is not hard if you know the symbols to use and there are plenty
of Dos Tutorials around not to mention Dos n/g's.
Piping ( | ) and redirects (> >> < <<) are all available for use and if
you do a " /? " after any command in Dos you will find all available
options.
(if you have " 4Dos " then you will get even more)
Hope this helps.
...Rex..
"Jim Hendry" <JTHendry@spamnothanksuklinux.net> wrote in message
news:d8q80p$o5k$1@s1.uklinux.net...
> Does anyone know how to pipe a directory listing in windows to a text or
> excel file which includes the file summary data, e.g.Title Comment
> Author Owner fields
>
> this would save me a lot of typing....
>
> appreciated, Jim
R. C. White
07-09-2005, 09:15 PM
Hi, Jim.
I don't know if you can make it include the additional info you want, but
you might be interested in this KB article:
How to add the Print Directory feature for folders in Windows XP
http://support.microsoft.com/?kbid=321379
RC
--
R. C. White, CPA
San Marcos, TX
rc@corridor.net
Microsoft Windows MVP
"Jim Hendry" <JTHendry@spamnothanksuklinux.net> wrote in message
news:d8q80p$o5k$1@s1.uklinux.net...
> Does anyone know how to pipe a directory listing in windows to a text or
> excel file which includes the file summary data, e.g.Title Comment Author
> Owner fields
>
> this would save me a lot of typing....
>
> appreciated, Jim
Ramesh, MS-MVP
07-09-2005, 09:16 PM
Jim,
For a normal directory list printing, see:
http://support.microsoft.com/?kbid=321379
http://www.karenware.com/powertools/ptdirprn.asp
Retrieving Extended File Properties - Scripting:
http://www.microsoft.com/resources/documentation/windows/2000/server/scriptguide/en-us/sas_fil_lunl.mspx
From David Candy:
http://groups.google.co.in/groups?selm=%23449C%24%24VEHA.1144%40TK2MSFTNGP10.phx.gbl
From Torgeir:
http://groups.google.co.in/groups?selm=O3rWCwAvEHA.612%40TK2MSFTNGP15.phx.gbl
--
Ramesh, MS-MVP
Windows Shell/User
Windows XP Troubleshooting
http://www.winhelponline.com
Windows XP Newsgroup Setup Instructions for Outlook Express:
http://www.microsoft.com/windowsxp/expertzone/newsgroupsetup.mspx
"Jim Hendry" <JTHendry@spamnothanksuklinux.net> wrote in message
news:d8q80p$o5k$1@s1.uklinux.net...
> Does anyone know how to pipe a directory listing in windows to a text or
> excel file which includes the file summary data, e.g.Title Comment Author
> Owner fields
>
> this would save me a lot of typing....
>
> appreciated, Jim
Jim Hendry
07-09-2005, 09:16 PM
Ramesh, Jimbo,Jeff, R.C., Rex,
Thanks for the replies, I have been checking out your recommendations.
Some interesting links, I think a bit of scripting is called for... itis
just what I needed.
This has been a fantastic response, and will help enormously, many
thanks Jim
Ramesh, MS-MVP wrote:
> Jim,
>
> For a normal directory list printing, see:
> http://support.microsoft.com/?kbid=321379
> http://www.karenware.com/powertools/ptdirprn.asp
>
> Retrieving Extended File Properties - Scripting:
> http://www.microsoft.com/resources/documentation/windows/2000/server/scriptguide/en-us/sas_fil_lunl.mspx
>
>
> From David Candy:
> http://groups.google.co.in/groups?selm=%23449C%24%24VEHA.1144%40TK2MSFTNGP10.phx.gbl
>
>
> From Torgeir:
> http://groups.google.co.in/groups?selm=O3rWCwAvEHA.612%40TK2MSFTNGP15.phx.gbl
>
>
Ramesh, MS-MVP
07-09-2005, 09:16 PM
You're welcome Jim!
--
Ramesh, MS-MVP
Windows Shell/User
Windows XP Troubleshooting
http://www.winhelponline.com
Windows XP Newsgroup Setup Instructions for Outlook Express:
http://www.microsoft.com/windowsxp/expertzone/newsgroupsetup.mspx
"Jim Hendry" <JTHendry@spamnothanksuklinux.net> wrote in message
news:d8vojn$hov$1@s1.uklinux.net...
> Ramesh, Jimbo,Jeff, R.C., Rex,
> Thanks for the replies, I have been checking out your recommendations.
> Some interesting links, I think a bit of scripting is called for... itis
> just what I needed.
> This has been a fantastic response, and will help enormously, many thanks
> Jim
>
> Ramesh, MS-MVP wrote:
>> Jim,
>>
>> For a normal directory list printing, see:
>> http://support.microsoft.com/?kbid=321379
>> http://www.karenware.com/powertools/ptdirprn.asp
>>
>> Retrieving Extended File Properties - Scripting:
>> http://www.microsoft.com/resources/documentation/windows/2000/server/scriptguide/en-us/sas_fil_lunl.mspx
<snip>
Jeff Needle
07-09-2005, 09:16 PM
Indeed, my pleasure!
"Ramesh, MS-MVP" <ramesh@online.mvps.org> wrote in message
news:umTjOt6cFHA.4040@TK2MSFTNGP14.phx.gbl...
> You're welcome Jim!
>
> --
> Ramesh, MS-MVP
> Windows Shell/User
>
> Windows XP Troubleshooting
> http://www.winhelponline.com
>
> Windows XP Newsgroup Setup Instructions for Outlook Express:
> http://www.microsoft.com/windowsxp/expertzone/newsgroupsetup.mspx
>
> "Jim Hendry" <JTHendry@spamnothanksuklinux.net> wrote in message
> news:d8vojn$hov$1@s1.uklinux.net...
>> Ramesh, Jimbo,Jeff, R.C., Rex,
>> Thanks for the replies, I have been checking out your recommendations.
>> Some interesting links, I think a bit of scripting is called for... itis
>> just what I needed.
>> This has been a fantastic response, and will help enormously, many thanks
>> Jim
>>
>> Ramesh, MS-MVP wrote:
>>> Jim,
>>>
>>> For a normal directory list printing, see:
>>> http://support.microsoft.com/?kbid=321379
>>> http://www.karenware.com/powertools/ptdirprn.asp
>>>
>>> Retrieving Extended File Properties - Scripting:
>>> http://www.microsoft.com/resources/documentation/windows/2000/server/scriptguide/en-us/sas_fil_lunl.mspx
> <snip>
File Summary