Created
June 17, 2012 02:24
-
-
Save hpcx82/2943195 to your computer and use it in GitHub Desktop.
remove all binary files in source folder
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
echo Clear Mir Baiyan's coding arena!!! | |
cd .. | |
del /f /s /q *.obj | |
del /f /s /q *.pdb | |
del /f /s /q *.ilk | |
del /f /s /q *.pch | |
del /f /s /q *.ib_tag | |
del /f /s /q *.idb | |
del /f /s /q *.exe | |
del /f /s /q *.ncb | |
del /f /s /q *.dep | |
del /f /s /q *.suo | |
del /f /s /q *.res | |
del /f /s /q *.user | |
rem del /f /s /q *.lib | |
rem del /f /s /q *.dll | |
echo Clear Done! | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment