home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Software / Komercni / far / Far1703.exe / ClearPluginsCache.bat next >
Encoding:
DOS Batch File  |  2001-04-16  |  212 b   |  8 lines

  1. @echo off
  2. rem This batch file cleared the Plugin Cache
  3.  
  4. echo REGEDIT4 > $DelOld$.reg
  5. echo [-HKEY_CURRENT_USER\Software\Far\PluginsCache] >> $DelOld$.reg
  6. start/wait regedit -s $DelOld$.reg
  7. del $DelOld$.reg
  8.