Tuesday, August 23, 2016

Copy a List of all files in a windows directory

http://smallbusiness.chron.com/copy-list-files-windows-folder-excel-list-40032.html


  • Navigate to the directory you want
  • Shift Right click on the folder > Open command prompt from here
  • In cmd prompt type
    • dir /b > dirlist.txt
  • This will generate a text file in the folder with a list of all the files

No comments:

Post a Comment