Get a List of Files in a Folder
It doesn’t require a third party software and it’s easy. These commands are typed in the Command Prompt.
dir c:\folderpath > c:\folderlist.txt
The following will generate a list of the current directory.
dir > c:\folderlist.txt






