From the command prompt in the folder you want to make the list, run this
dir . /b > list.txt
if you want all the info... leave out /b /b is bare list.. not with sizes and dates
if you want a list of just about everyting on your compuer use attrib from the root directory
attrib *.* /s > list.txt