Subversion Repositories delphiutils

Rev

Rev 65 | View as "text/x-msdos-batch" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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.