Jump to content

How Simple Could Tis Be?


Recommended Posts

Opt("WinTitleMatchMode", 3)
Opt("SendKeyDelay", 500)

Run("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2")
WinWaitActive("Windows Features","OK",5)

Sleep (3000)
Send("{LEFT}")
Send("{RIGHT}")
Send("{SPACE}")
Send("{DOWN 3}")

It fails at the Send, it doesn't send the 'keys', it does send them when I test it on a notepad window, but now in the Appwiz window.

I also tried Send("{+}") instead of SPACE.

Could the OS be the issue?

Windows 7 x64?

Kind Regards, Starf0x

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...