Hello everybody!
I´m trying to delete some files in Windows 98 via this script, but unfortunally with no succes:

SETCONSOLE("HIDE")
:MAIN
;DEL "c:\windows\temporary internet files\*.*"
DEL "c:\windows\tempor~1\*.*"
EXIT 0

I´ve been trying with boyh paths, but it won´t work.
Please help!