> By the way, Framers: it would be nice if I could use some script or ".bat"
> file to delete my font cache on Windows shutdown automatically. Any ideas
> for this?

Create a batch file containing the following lines:

@echo off
REM Delete fntcache.dat
del c:\windows\system32\fntcache.dat
REM  Restart Windows in two seconds
C:\WINDOWS\system32\shutdown.exe -r -t 02



Mike Wickham


Reply via email to