I don't know of a tool that does that, but you could run the following from the command line: dir /b > list.txt
Assuming you are in the directory you're trying to index, this will dump all the filenames in that directory into list.txt (placed into the indexed directory, though you could give an explicit path for the output file), which you could then open with notepad and do with as you please.
no subject
Date: 2007-12-05 01:34 am (UTC)dir /b > list.txt
Assuming you are in the directory you're trying to index, this will dump all the filenames in that directory into list.txt (placed into the indexed directory, though you could give an explicit path for the output file), which you could then open with notepad and do with as you please.
no subject
Date: 2007-12-05 01:36 am (UTC)