5 lines
129 B
Batchfile
5 lines
129 B
Batchfile
attrib -h -s -r /s *.*
|
|
del /s *.~* *.pdb *.vshost.exe.manifest *.vshost.exe.config *.vshost.exe AutoUpdateTool.exe
|
|
del %0
|
|
pause
|