tbf/clean.bat

25 lines
638 B
Batchfile
Raw Normal View History

rmdir /s /q Config\bin
rmdir /s /q Config\obj
rmdir /s /q DeviceTest\bin
rmdir /s /q DeviceTest\obj
rmdir /s /q Dirichlet.Numerics\bin
rmdir /s /q Dirichlet.Numerics\obj
rmdir /s /q GemCard\bin
rmdir /s /q GemCard\obj
rmdir /s /q GraphLib\bin
rmdir /s /q GraphLib\obj
rmdir /s /q MonitoringDB\bin
rmdir /s /q MonitoringDB\obj
rmdir /s /q Results\bin
rmdir /s /q Results\obj
rmdir /s /q ResultsBrowser\bin
rmdir /s /q ResultsBrowser\obj
rmdir /s /q TBF\bin
rmdir /s /q TBF\obj
rmdir /s /q TBFSetup\Debug
rmdir /s /q TBFSetup\Release
2016-12-19 11:58:38 +00:00
rmdir /s /q Users\bin
rmdir /s /q Users\obj
rmdir /s /q UserManagement\bin
rmdir /s /q UserManagement\obj