[go: up one dir, main page]

Menu

[r5]: / trunk / Clean.bat  Maximize  Restore  History

Download this file

25 lines (12 with data), 404 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@echo off
rmdir /S /Q ".\Refractor\obj" >NUL
rmdir /S /Q ".\Refractor.Plugins.ILDecompiler\obj" >NUL
rmdir /S /Q ".\Refractor.Plugins.ILDiagrams\obj" >NUL
rmdir /S /Q ".\Refractor.Plugins.JScript\obj" >NUL
del /Q ".\bin\*.dll" >NUL
del /Q ".\bin\*.exe" >NUL
del /Q ".\bin\*.pdb" >NUL
del /Q ".\Refractor\*.db
del /Q ".\Refractor\*.suo
del /Q ".\Refractor\*.user
pause