Clearing the cache
Posted: Sun Mar 07, 2004 7:23 am
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 "-Clear the cache-",2
rm "z:\cache003.map"
rm "z:\cache004.map"
rm "z:\cache005.map"
}
Section "Clear cache"
{
Line "-Clear the cache-",2
rm "z:\cache003.map"
rm "z:\cache004.map"
rm "z:\cache005.map"
}