Jump to content

Recommended Posts

Guest zdrej
Posted

Hi!

I have one problem with Autoit3.

Under w2k I made script wich goes like that:

AutoItSetOption ( "WinTitleMatchMode", 2)

Send("!+^{F6}")

$tit = "SOme_prog"

WinWaitActive($tit)

Send("DFadminDF")

SEND("{enter}")

ControlCommand($tit, "Boot Thawed on next", "TRadioButton1", "Check", "")

ControlFocus ($tit, "", "TEdit1" )

Send("3")

ControlClick ( $tit, "", "TButton6")

WinWaitActive($tit)

ControlClick ( $tit, "", "TButton1")

SEND("{LWIN}U")

ControlFocus("Shut Down Windows", "", "ComboBox1")

SEND("R")

ControlFocus("Shut Down Windows", "","Button2")

send("{enter}")

And in second line is problem. In win2k it works very well but in win98 it doews not open that program. By the manual pressing that combination it works.

Anyone some Idea? Please!!

Andrej

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
  • Recently Browsing   0 members

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