Mercurial > silverbladetech
diff MetroWpf/clean.bat @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MetroWpf/clean.bat Mon Mar 12 23:05:21 2012 +0800 @@ -0,0 +1,18 @@ +del /s /ah /f *.suo +del /s /f *.user +del /s /f *.cache +del /s /f *.keep +del /s /ah StyleCop.Cache + +rd /s /q bin obj ClientBin _Resharper.* _Upgrade* TestResults + +del dirs.txt +dir /s /b /ad bin > dirs.txt +dir /s /b /ad obj >> dirs.txt +dir /s /b /ad ClientBin >> dirs.txt +dir /s /b /ad _Resharper.* >> dirs.txt +dir /s /b /ad _Upgrade* >> dirs.txt +dir /s /b /ad TestResults >> dirs.txt + +for /f "delims=;" %%i in (dirs.txt) DO rd /s /q "%%i" +del dirs.txt