Get File Name List to TXT file in Windows
Type in the Command Window
dir /b > filenames.txt
Inside the folder there should now be a file filenames.txt containing names of all the files etc.