Been following autoit for a while, but only just decided to dabble, hope to use it to automate some process's of a PC Roll out,
simple question, a script works and runs all the steps if i run the .au3 file, but if i compile it and run it, it dosent do all the mouse clicks, its a realy simple script to automate the install of remote desktop software.
Run("RADMIN22.EXE")
WinWaitActive("Remote Administrator v2.2")
ControlClick ( "Remote Administrator v2.2", "&Next >", 1008)
ControlClick ( "Remote Administrator v2.2", "I &agree with the above terms and conditions", 1027)
ControlClick ( "Remote Administrator v2.2", "&Next >", 1008)
ControlClick ( "Remote Administrator v2.2", "&Next >", 1008)
ControlClick ( "Remote Administrator v2.2", "&Next >", 1008)
thats all it is so far, if i run the .au3 it does all steps, if i compile and run the exe it dosent do the last controlclick it looks like. any ideas ?
does the control number change? the 1008 ? because it does the first few clicks fine