Created
August 31, 2017 17:25
-
-
Save andre-f-paggi/eb9a3781c09d2e315770f0b5ef5c19a8 to your computer and use it in GitHub Desktop.
Remove as pastas "bin" e "obj" de todos subdiretórios a partir do diretório atual
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Para rodar direto no console, remova as %% e susbtitua por apenas uma %