Guest zdrej Posted April 21, 2005 Posted April 21, 2005 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
CyberSlug Posted April 21, 2005 Posted April 21, 2005 DeepFreeze, right? I'm 99% certain that it uses a very low level keyboard hook that AutoIt cannot simulate. (Similar to Ctrl+Alt+Delete which AutoIt cannot simulate.) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now