Simple batch file for CACHE clearing under Windows

lumbago888
by lumbago888 · 2 posts
6 years ago in Batch
Posted 6 years ago · Author
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:

Code
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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT