KDoc Posted May 8, 2019 Posted May 8, 2019 Hi, I was wondering if there was a way to stop a Autoit script running in the background. Sometimes the Autoit script doesn't bring the correct window to the front and then the script goes crazy because it is not outputting to the correct window. Is there any way (aside from CTRL-ALT-DEL and stopping the background process) to completely stop the Autoit Script? Thanks
Nine Posted May 8, 2019 Posted May 8, 2019 Use the tray icon to exit script... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Developers Jos Posted May 8, 2019 Developers Posted May 8, 2019 ... or use a HotKeySet(). Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators JLogan3o13 Posted May 8, 2019 Moderators Posted May 8, 2019 ...or code it correctly so that it waits x seconds for the window to appear and be on top, and then times out, rather than "going crazy". "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
kosamja Posted May 8, 2019 Posted May 8, 2019 ... or check if correct window is active before continuing script.
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