Jump to content

Guy Argo

Members
  • Posts

    2
  • Joined

  • Last visited

Guy Argo's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. It wouldn't let me do that. Always claims the files are in use by another process. That why I'm trying to do it via the IE menus...
  2. I'd like a simple script for deleting my IE cookies. It should be straight forward: open IE ->&Tools->Internet &Options->Delete Cook&ies click on "OK" exit Here's my attempt: Run( "C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.msn.com" ) WinWaitActive( "MSN.com" ) ; -> &Tools -> Internet &Options -> Delete Cook&ies Send( "!t" ) Send( "!o" ) Send( "!i" ) ; click on the yes button with Control ID 1 ControlClick( "Delete Cookies", "Delete all cookies", 1 ) ; -> &File -> &Close Send( "!f" ) Send( "!c" ) All I get the windows "doh" sound that you get when you do something invalid. Any suggestions?
×
×
  • Create New...