Go to a Command prompt. For example, Start Run CMD
Change to desired directory using CD command.
Generate a sorted list of files in the directory using :
dir /s >C:\Temp\Dir.TXT
Now the file can be opened in Word, Notepad, Excel, etc.
Look into other dir options using dir /?
You may find parameters that are more suited to what you want to do.