URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       IMVUElite
  HTML https://imvusins.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: IMVU Tricks
       *****************************************************
       #Post#: 97--------------------------------------------------
       Cache Cleaner [Batch]
       By: Lags Date: December 30, 2017, 9:44 pm
       ---------------------------------------------------------
       This batch File will clean your cache
       You will need to post this code in a notepad and save it as a
       .bat file
       Madee by Toyz
       [code]@echo off
       Title Cache Cleaner (IMVU)
       ::IMVU Process Killer
       echo Killing running IMVU
       Taskkill /IM IMVUClient.exe /F
       Taskkill /IM IMVUQualityAgent.exe /F
       ::Cache Deleting
       echo Deleteing AssetCache
       del /f /Q %appdata%\IMVU\AssetCache\*.*
       echo Deleteing HttpCache
       del /f /Q %appdata%\IMVU\HttpCache\*.*
       echo Deleteing AssetCache
       del /f /Q %appdata%\IMVU\PixmapCache\*.*
       ::Finished
       echo Done cleaning caches restarting IMVU
       start %appdata%\IMVUIMVUClient.exe
       exit[/code]
       #Post#: 100--------------------------------------------------
       Re: Cache Cleaner [Batch]
       By: Mahara Date: January 1, 2018, 11:36 am
       ---------------------------------------------------------
       When I run the .bat file is giving me this error
       ''Windows cannot find
       'C:\Users\Mahara\AppData\Roaming\IMVUClient.exe'. Make sure you
       typed the name correctly, and then try again.''
       also I checked the location where the cache folders are in but
       none of them are cleaned
       what should i do to make it work properly?
       #Post#: 101--------------------------------------------------
       Re: Cache Cleaner [Batch]
       By: Lags Date: January 1, 2018, 12:08 pm
       ---------------------------------------------------------
       Did you delete the IMVUClient folder out of %appdata% ?
       #Post#: 102--------------------------------------------------
       Re: Cache Cleaner [Batch]
       By: Mahara Date: January 1, 2018, 12:40 pm
       ---------------------------------------------------------
       No i didn't
       I need to delete IMVUClient from %appdata% in order to work?
       #Post#: 103--------------------------------------------------
       Re: Cache Cleaner [Batch]
       By: Lags Date: January 1, 2018, 2:15 pm
       ---------------------------------------------------------
       No that would be the reason it wouldn't work.
       *****************************************************