Download this file
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