home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / SYSTEM / DGI / CLR.BAT < prev    next >
Encoding:
DOS Batch File  |  2000-07-21  |  420 b   |  11 lines

  1. @echo off
  2. rem usage: clrcache.bat (cache.idx) (cache path) (TEMP path) (filemask)
  3. rem cache path or TEMP path MUST NOT be the same as Arachne installation dir.!
  4. if exist %1 del %1
  5. if exist %3$roura$.BAT copy %3$roura$.BAT bat.tmp>NUL
  6. for %%f in (%2*.*) do del %%f
  7. for %%f in (%2headers\*.*) do del %%f
  8. for %%f in (%3*.*) do del %%%f
  9. if exist bat.tmp copy bat.tmp %3$roura$.BAT>NUL
  10. if exist bat.tmp del bat.tmp
  11.