Create File List with Batch File
- Sean O'Shea
- Apr 10, 2015
- 1 min read
Put this script in a text file, "dir /b /s /a-d> List.txt ", change the extension to .bat, double-click it, and you will get a list of all files in the folder in which this 'batch' file is placed.