Skip to content

Instantly share code, notes, and snippets.

@liphvf
Created March 28, 2017 11:20
Show Gist options
  • Save liphvf/f401a0620b0d2fa61bb6ce66a3f869f7 to your computer and use it in GitHub Desktop.
Save liphvf/f401a0620b0d2fa61bb6ce66a3f869f7 to your computer and use it in GitHub Desktop.
CleanBin.bat
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S bin') DO RMDIR /S /Q "%%G"
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment