Shutdown

Mike Wickham mewickham at compuserve.com
Mon Dec 3 09:34:09 PST 2007


> 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





More information about the framers mailing list