- File manager
- Posted by Scott on October 20th, 2005
is there a way to generate a list of file names in a folder to a spread sheet
such as excel or a text editor?
- Posted by here on October 21st, 2005
in a command window you can use
dir "directory you want to list" > "directory and file name to save the
list"
if you use quotes you can read directories with spaces
there are switches to format the output
here's an example
dir "c:\download files\*.mp3" /b > "c:\data\report.txt"
there are some freeware programmes available too but that may help
Orc
"Scott" <Scott@discussions.microsoft.com> wrote in message
news:2610C44D-2D0F-4298-95C6-6EBF19C36FC3@microsoft.com...
> is there a way to generate a list of file names in a folder to a spread
> sheet
> such as excel or a text editor?
- Posted by Montreal on December 9th, 2005
Yes. I guess I could do a Dir and pipe it into a file (but with all of the
directory information in a difficult to use format).
/Montreal
"Scott" wrote:
> is there a way to generate a list of file names in a folder to a spread sheet
> such as excel or a text editor?
- Posted by Ramesh, MS-MVP on December 9th, 2005
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/d..._fil_lunl.mspx
From David Candy:
http://groups.google.co.in/groups?se...GP10. phx.gbl
From Torgeir:
http://groups.google.co.in/groups?se...TNGP15.phx.gbl
--
Ramesh, Microsoft MVP
Windows XP Shell/User
Windows XP Troubleshooting
http://www.winhelponline.com
"Montreal" <Montreal@discussions.microsoft.com> wrote in message
news:CDBBF234-A7B1-4B4D-BF93-79EBCA3E7D6E@microsoft.com...
> Yes. I guess I could do a Dir and pipe it into a file (but with all of the
> directory information in a difficult to use format).
> /Montreal
>
> "Scott" wrote:
>
>> is there a way to generate a list of file names in a folder to a spread
>> sheet
>> such as excel or a text editor?
- Posted by Montreal on December 9th, 2005
Thanks for the replies. Back to my initial question, is there not a file mgr
that can report and continue bad files when copying?
thanks.
"Ramesh, MS-MVP" wrote:
> 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/d..._fil_lunl.mspx
>
> From David Candy:
> http://groups.google.co.in/groups?se...GP10. phx.gbl
>
> From Torgeir:
> http://groups.google.co.in/groups?se...TNGP15.phx.gbl
>
> --
> Ramesh, Microsoft MVP
> Windows XP Shell/User
>
> Windows XP Troubleshooting
> http://www.winhelponline.com
>
>
> "Montreal" <Montreal@discussions.microsoft.com> wrote in message
> news:CDBBF234-A7B1-4B4D-BF93-79EBCA3E7D6E@microsoft.com...
> > Yes. I guess I could do a Dir and pipe it into a file (but with all of the
> > directory information in a difficult to use format).
> > /Montreal
> >
> > "Scott" wrote:
> >
> >> is there a way to generate a list of file names in a folder to a spread
> >> sheet
> >> such as excel or a text editor?
>
>
- Posted by Ramesh, MS-MVP on December 9th, 2005
Montreal,
This URL might be of interest to you. Discusses some third-party tools:
http://www.experts-exchange.com/Oper..._21582190.html
--
Ramesh, Microsoft MVP
Windows XP Shell/User
Windows XP Troubleshooting
http://www.winhelponline.com
"Montreal" <Montreal@discussions.microsoft.com> wrote in message
news:8341FFA2-186A-4E4B-A396-6E73F91836D4@microsoft.com...
> Thanks for the replies. Back to my initial question, is there not a file
> mgr
> that can report and continue bad files when copying?
> thanks.
>
> "Ramesh, MS-MVP" wrote:
>
>> 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/d..._fil_lunl.mspx
>>
>> From David Candy:
>> http://groups.google.co.in/groups?se...GP10. phx.gbl
>>
>> From Torgeir:
>> http://groups.google.co.in/groups?se...TNGP15.phx.gbl
>>
>> --
>> Ramesh, Microsoft MVP
>> Windows XP Shell/User
>>
>> Windows XP Troubleshooting
>> http://www.winhelponline.com