Quick reminder to myself – how to list files in a folder, and all subfolders. Useful if comparing the file contents of different sites.
dir d:\FolderPath /b /s /a:-D > results.txt
Quick reminder to myself – how to list files in a folder, and all subfolders. Useful if comparing the file contents of different sites.
dir d:\FolderPath /b /s /a:-D > results.txt