G Guest Oct 20, 2005 #1 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?
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?
H here Oct 21, 2005 #2 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
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
G Guest Dec 9, 2005 #3 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
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
R Ramesh, MS-MVP Dec 9, 2005 #4 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/...00/server/scriptguide/en-us/sas_fil_lunl.mspx From David Candy: http://groups.google.co.in/groups?selm=#[email protected] From Torgeir: http://groups.google.co.in/[email protected] -- Ramesh, Microsoft MVP Windows XP Shell/User Windows XP Troubleshooting http://www.winhelponline.com
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/...00/server/scriptguide/en-us/sas_fil_lunl.mspx From David Candy: http://groups.google.co.in/groups?selm=#[email protected] From Torgeir: http://groups.google.co.in/[email protected] -- Ramesh, Microsoft MVP Windows XP Shell/User Windows XP Troubleshooting http://www.winhelponline.com
G Guest Dec 9, 2005 #5 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.
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.
R Ramesh, MS-MVP Dec 9, 2005 #6 Montreal, This URL might be of interest to you. Discusses some third-party tools: http://www.experts-exchange.com/Operating_Systems/WinXP/Q_21582190.html -- Ramesh, Microsoft MVP Windows XP Shell/User Windows XP Troubleshooting http://www.winhelponline.com
Montreal, This URL might be of interest to you. Discusses some third-party tools: http://www.experts-exchange.com/Operating_Systems/WinXP/Q_21582190.html -- Ramesh, Microsoft MVP Windows XP Shell/User Windows XP Troubleshooting http://www.winhelponline.com