Guest Krunkert Posted February 14, 2004 Posted February 14, 2004 Ok, I wrote a Autoit Script to run a long seriers of commands. The problem is that sometimes one of the windows will move and my mouse coordinates will be wrong for the remainder of the script. I was wondering if there was a keystrok I could hit manually to stop AutoIt. It stinks try to hit Cntrl+Alt+Delete and fight the mouse to shut it down. Any Ideas on this? Krunkert
Valik Posted February 14, 2004 Posted February 14, 2004 You can set up a hotkey. See HotKeySet in the help file. Also, I would recommend using Control functions instead of mouse functions. They are more reliable and can act on minimized windows.
trids Posted February 16, 2004 Posted February 16, 2004 I was wondering if there was a keystrok I could hit manually to stop AutoIt. It stinks try to hit Cntrl+Alt+Delete and fight the mouse to shut it down. Any Ideas on this?.. You can just click the Autoit icon in the system tray: this will pause it, and even let you end it altogether
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