Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
@echo off
2
if exist %1\__history rd /s /q %1\__history
3
if exist %1\*.identcache del %1\*.identcache
4
if exist %1\*.dcu del %1\*.dcu
5
if exist %1\*.~* del %1\*.~*
6
if exist %1\*.local del %1\*.local
7
if exist %1\*.tmp del %1\*.tmp
8
if exist %1\*.bak del %1\*.bak