Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Batch file - specify which cookies to save and delete all others

Reply
Thread Tools Display Modes

Batch file - specify which cookies to save and delete all others

 
 
Bob
Guest
Posts: n/a

 
      02-05-2008
For anyone who might be interested:

cls
REM *******************************************
REM **Cookie Killer**
REM *******************************************



attrib +h "C:\Users\Bob\Cookies\Low\*yahoo*.txt"
attrib +h "C:\Users\Bob\Cookies\Low\*nytimes*.txt"
attrib +h "C:\Users\Bob\Cookies\Low\*openoffice*.txt"

del "C:\Users\Bob\Cookies\Low\*.txt"
attrib -h "C:\Users\Bob\Cookies\Low\*.txt"

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch file Bob Windows Vista General Discussion 2 01-20-2008 12:39 PM
batch file calling exe file problem JPS Windows Vista Security 1 12-20-2007 12:18 AM
Need help with batch file n o s p a m p l e a s e Windows Vista General Discussion 11 10-14-2007 06:35 AM
Cannot delete Cookies and files. feroze_khan Windows Vista General Discussion 5 08-04-2007 08:56 AM
Where do Add-ons and Cookies save in? Elliot Windows Vista General Discussion 6 07-17-2007 06:01 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59