How to make a txt list from the files in a folder?

  1. Open a command line
  2. Navigate to the folder you want the list from
  3. Type:
    DIR /B > Filename.txt
  4. Now you have a new text file 1n the folder with a list of the files