I needed to generate a list of folders and their subfolders, I used a simple command for dir command and slapped into a text file.
Below replaced
dir /b /s /a:d "<Location>\*" > <TextFile>
Credit: SS64
I am Chris, welcome to my blog
I needed to generate a list of folders and their subfolders, I used a simple command for dir command and slapped into a text file.
Below replaced
dir /b /s /a:d "<Location>\*" > <TextFile>
Credit: SS64