I would like to have all cookies and temp files deleted at boot time.
I am using the following simple BTM file
RD C:\Users\me\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\Content.IE5 /s
RD C:\Users\me\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5 /s
DEL C:\Users\me\AppData\Roaming\Microsoft\Windows\Cookies\*.txt
DEL C:\Users\me\AppData\Roaming\Microsoft\Windows\Cookies\low\*.txt
All require me to reply 'Y' to the "Are you sure" query. How do I pre-answer it?
The first two, the RD's, don't delete the lowest directory as protected files are in
both. The last two leave the lowest directory but remove the .TXT cookies files
If someone has a better idea, I'm open to it.
Bob
I am using the following simple BTM file
RD C:\Users\me\AppData\Local\Microsoft\Windows\Temporary Internet Files\low\Content.IE5 /s
RD C:\Users\me\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5 /s
DEL C:\Users\me\AppData\Roaming\Microsoft\Windows\Cookies\*.txt
DEL C:\Users\me\AppData\Roaming\Microsoft\Windows\Cookies\low\*.txt
All require me to reply 'Y' to the "Are you sure" query. How do I pre-answer it?
The first two, the RD's, don't delete the lowest directory as protected files are in
both. The last two leave the lowest directory but remove the .TXT cookies files
If someone has a better idea, I'm open to it.
Bob