@C:\WINDOWS\COMMAND\DelTree /Y C:\WINDOWS\Temp
@MD C:\WINDOWS\Temp
if exist c:\windows\cookies\*.* deltree /y c:\windows\cookies\*.*
deltree /y Tempor~1\*.*

SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP

ECHO Clearing TEMP directory : %TEMP%
DELTREE /Y %TEMP% >NUL
MD %TEMP%

A fan of neither cookies nor favicons, I've been running the above batch file on startup since, like, forever, so in W's 98SE w/IE6, I don't have those unwanted 'guests'.

(Yeah. It's a c&p mess - BUT IT WORKS! & looks don't count.)


What's the 'trick' to preventing favicons in XP Pro, also using IE6?

TIA.