View Single Post
Old 01-09-2001, 03:55 AM   #1
slewis1972
Member (5 bit)
 
Join Date: Dec 2000
Posts: 25
HI,

Just done a little scipt that basically deletes all the cookies in my
Windows/Cookie folder, just by clicking oin this file. BUT in the Cookie
folder there is one file that does not delete - Index.dat file. Is there a
comment I can write into the script that will tell it to ignore that file.

At present all I have in the script is:-

@echo off
@rem This sets all cookie internet files to be deleted and bypasses
@rem the confirmation prompt
deltree /y C:\Windows\Cookies\

Any help appreciated,

Scott




slewis1972 is offline   Reply With Quote