Skip to content

Instantly share code, notes, and snippets.

@shashank-shekhar
Created November 6, 2023 22:52
Show Gist options
  • Save shashank-shekhar/0e503fa651149ce3096863de6f2622e2 to your computer and use it in GitHub Desktop.
Save shashank-shekhar/0e503fa651149ce3096863de6f2622e2 to your computer and use it in GitHub Desktop.
Clean VS project for real
for /d /r . %%d in (bin,obj) 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