open a command prompt (DOS) window
change to the directory with the files in it
type the following command ...
dir /o-d/b > c:\filenames.txt
you now have a list of the file names in a text file that you can either open, copy & paste into another app or import.
I had you direct it to the root of C ... you can place it anywhere ... if you do not specify a new directory for the file then it will create it in the current directory and be included in the list of file names ... you can change the file name to anything you want.
Main Topics
Browse All Topics





by: wobbledPosted on 2006-08-17 at 05:54:56ID: 17333619
Just to clarify do you want a list of all the filenames of files within a directory?