Has anyone programmed the ini file to clear the cache? Say the Halo cache files are in the z:\ folder, the program would go something along the lines of:
Section "Clear cache"
{
Line "-Cleared the cache-",2
rm z:\cache003.map
rm z:\cache004.map
rm z:\cache005.map
}