Directory listing

  • Thread starter Thread starter Bampah
  • Start date Start date
B

Bampah

I would like to print out a list of all the files in some of my
document directories e.g. All the songs in My Music.
Is it possible to copy the contents of a directory into a worksheet for
editing and printing?
If not, does anyone know of any software that will do the job for me?
Tia
 
Bampah said:
I would like to print out a list of all the files in some of my
document directories e.g. All the songs in My Music.
Is it possible to copy the contents of a directory into a worksheet for
editing and printing?
If not, does anyone know of any software that will do the job for me?
Tia

This is one of those simple dos jobs Explorer makes difficult -- redirect
the file directory to a text file then open it in Excel for whatever further
processing you want.

[start], [run] to bring up the windows run box
command [enter] for a dos prompt
cd "c:\my documents\my music" (or wherever your subdirectory is; need
" if there are spaces)
dir *.* > filelisting.txt
exit (to close dos window)
star Excel and open open c:\my documents\my music\filelist.txt for whatever
further processing you want
 
Thanks guys. I went with Jim Cone's 'List Files' add-in and it does the
job perfectly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top