/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *.svn') do ( rd /s /q "%%i" ) pause
You need to login to post a comment.
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *.svn') do ( rd /s /q "%%i" ) pause
You need to login to post a comment.