Try this;
Click Start -> Run -> Type cmd -> Hit Enter
Run the Command cd {path.to.dir}
When at the dir type the following command;
dir /B > c:\output.txt
and hit enter. This will create a file output.txt in the root 'c' dir with all the files names in the text file.