VBS - Get list of files and generate a CSV
Six years ago, I needed a DOS script that would allow me to find the list of every file in a folder on a Windows machine and generate a .csv
file with that list.
Once the .csv
file had been generated, I could then process it in MS Excel, for example, and sort/filter it or, why not, in Python using the Pandas library.