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