Jump to content

Send alt-keys doesnt seem to work


Zkye
 Share

Recommended Posts

Hello,

I have this script below, but as soon as the first Send("!n") should be send, it doesnt work.

Any ideas?

Thanks!

run ("setup.exe")
WinWaitActive("7500 Fast System", "&InstallShield Wizard", 5)
Send("!n")
WinWaitActive("7500 Fast System", "END USER SOFTWARE LICENSE AGREEMENT", 5)
Send("!y")
WinWaitActive("7500 Fast System", "in the following folder")
Send("!n")
WinWaitActive("7500 Fast System", "New Installation")
Send("!n")
WinWaitActive("7500 Fast System", "InstallShield Wizard Complete")
Send("{ENTER}")
WinWaitActive("Product Registration", "ddCt Study")
Send("XXXXX{TAB 3}")   ; Your Name
Send("XXXXXXXXXXXXX{TAB}{DOWN}")   ; Organization
Send("XXXXXXXXXXXXXXXXXXXXXX{ENTER}")    ; Registration Code
WinWaitActive("SDS v1.4", "Instrument")
Send("XXXXXXXXXXXXXXXXXXXXXX{ENTER}")    ; Enter Instrument Serial Number
Exit

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...