[go: up one dir, main page]

Menu

[f61e4b]: / src / wipe.bat  Maximize  Restore  History

Download this file

8 lines (6 with data), 104 Bytes

1
2
3
4
5
6
@echo off
@attrib /r /s /h *.suo
@for /r %%x in (*.user;*.scc;*.suo;*.ncb) do (
@echo %%x
@del %%x
)