Jump to content

Blade1

Members
  • Posts

    7
  • Joined

  • Last visited

Blade1's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Still didn't work. Absolutely nothing happens.
  2. This worked perfectly! Thanks. How could I save the file in the save as box? Sorry for all the questions!
  3. That function takes a few parameters. What would be an example of using that function on a webpage?
  4. That didn't work either? What else can I do?
  5. Hi, I'm running Windows 7 and using autoscript. I want to launch IE9 at a specified address (works), press ctrl s and save the webpage. The last 2 bits I cannot do. The script below is what I have. $my_url = "http://www.google.com" ShellExecute ( "C:\Program Files\Internet Explorer\iexplore.exe", $my_url ) Send("^S") However, the Send() function does not successfully open the save dialog. How can I do this? Thanks
  6. Hi, That didn't work either. Anyone know the solution? I am executing on Windows 7 Ultimate 64 bit, is there anything I should change on the OS-level (bare in mind that although UAC is on, this isn't an issue here, obviously). Thanks!
  7. Hi, I have a wizard-type GUI application and I am trying to automate it. There is a button, of which the details are below, but when I attempt to click it with the code below: ControlClick("Gendarme", "", "[iD:198304; INSTANCE:2]") The window's title is Gendarme so all of that is correct. Nothing happens. Any ideas why? Details on the specific button are in the screenshot below: http://imageshack.us/photo/my-images/200/gendarmebuttondetails.png/ Thanks
×
×
  • Create New...