Results 1 to 2 of 2

Thread: Delete Cookies with Visual Basic

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    IL
    Posts
    39
    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?

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Posts
    120
    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
  •  



Click Here to Expand Forum to Full Width