Skip to content

Instantly share code, notes, and snippets.

@stuartd
Created June 8, 2017 17:20
Show Gist options
  • Save stuartd/e888a953d67a676554a59176914a1368 to your computer and use it in GitHub Desktop.
Save stuartd/e888a953d67a676554a59176914a1368 to your computer and use it in GitHub Desktop.
for /d /r . %%d in (bin,obj,csx,App_Data,packages) do @if exist "%%d" rd /s/q "%%d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment