cd /d d:\oabak
for /f "delims=" %%d in ('dir /ad /s /b /on') do (echo %%d)
pause
I've already managed to traverse the subfolders, but how do I extract the subfolder names? HELP
for /f "delims=" %%d in ('dir /ad /s /b /on') do (echo %%d)
pause
I've already managed to traverse the subfolders, but how do I extract the subfolder names? HELP
