Skip to content

Instantly share code, notes, and snippets.

@jannson
Created May 16, 2014 05:12
Show Gist options
  • Save jannson/5af6808e756d329f0242 to your computer and use it in GitHub Desktop.
Save jannson/5af6808e756d329f0242 to your computer and use it in GitHub Desktop.
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *svn') do (
rd /s /q "%%i"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment