Skip to content

Instantly share code, notes, and snippets.

@shashank-shekhar
Created February 4, 2022 01:26
Show Gist options
  • Save shashank-shekhar/00d525a99ee338ae853155e36b974beb to your computer and use it in GitHub Desktop.
Save shashank-shekhar/00d525a99ee338ae853155e36b974beb to your computer and use it in GitHub Desktop.
for /d /r . %%d in (bin,obj,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