Skip to content

Instantly share code, notes, and snippets.

@RedWolves
Forked from dieseltravis/gist:290085
Created January 29, 2010 20:22
Show Gist options
  • Save RedWolves/290086 to your computer and use it in GitHub Desktop.
Save RedWolves/290086 to your computer and use it in GitHub Desktop.
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *_svn*') DO RMDIR /S /Q "%%G"
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment