I think it goes like this:
1. Go to a DOS prompt. (black screen, white letters.)
To do that, you can hit START RUN then type CMD (enter)
2. Go to the directory you are interested in. You can do this with the CD
(change directory) command.
E.g At C:\, cd myfiles
at c:\myfiles type cd pictures
at cd\pictures type landscapes (or whatever your
directory is called)
.3. Finally, in the directory where you want the list, type
dir >c:\dirlist.txt
This will create a file called c:\dirlist.txt which you can open in a
text editor.
((or, you could have typed dir c:\myfiles\pictures\landscapes >
c:\dirlist.txt which would have done the same thing.) The
greater-than symbol is the important thing. It redirects the screen output
to a file.
Why Windows does not make this easy is beyond all of us.
If this doesn't help, you may need to buy a book. Sorry.
Post by bobCould somebody please clarify what Ken is saying (for I am an idiot)