Skip to content

Instantly share code, notes, and snippets.

@xpando
Created May 3, 2012 21:37
Show Gist options
  • Save xpando/2589711 to your computer and use it in GitHub Desktop.
Save xpando/2589711 to your computer and use it in GitHub Desktop.
Delete all bin/obj folders in solution
dir .\ -Include bin,obj -Recurse | del -Force -Recurse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment