Hey everyone. I use a DOS batch file under Windows 8 to clean out my IMVU cache.
If you
Start->Run->CMD.EXE [Enter]
you will be in a directory called something like:
C:\Users\New
In this directory you can save a text file called
CACHE.BAT
with the lines:
cd appdata
cd roaming
cd imvu
cd httpcache
del *. /s
If you create this in notepad, save as CACHE.BAT, using file type "All files" (NOT as .txt)
This can be run during your IMVU session and will skip open cache items. Start->Run->CACHE [Enter]
As this utility deletes files on your hard drive, you need to be pretty certain what you are doing here. Ensure IMVU is in the default location on C: drive and that your windows version is 8 or later.