Child: [r25] (diff)
Download this file
1 2 3 4
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *svn') do ( rd /s /q "%%i" ) pause