|
-
Apr 2nd, 2000, 12:23 PM
#1
Thread Starter
Member
What I want is design a program that deletes cookies every so often. Now cookies can not be deleted with a dos line suchas Del C:\Windows\cookies\*.* so what can I use?
I was thinking of maybe somehow selecting all then delete then empty recycle bin, but that seems like a sloppy way of doing it. Anyone have an idea?
-
Apr 2nd, 2000, 01:06 PM
#2
Lively Member
use the "Kill" statement. this can be
used with wildcards...
e.g.
Kill "C:\Windows\cookies\*.*"

[Edited by KenX on 04-03-2000 at 02:09 AM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|