Luke101 Posted July 20, 2012 Posted July 20, 2012 When the autoit script is running i would like to stop execution when I see it doing something wrong. How can I stop the script from running by pressing a hotkey?
Moderators JLogan3o13 Posted July 20, 2012 Moderators Posted July 20, 2012 You have answered your own question. Look in the help file under HotKeySet. "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!
Mechaflash Posted July 20, 2012 Posted July 20, 2012 Make a function that just exits the application. Func _Exit() Exit 0 EndFunc Then assign a hotkey to that function. Reveal hidden contents “Hello, ladies, look at your man, now back to me, now back at your man, now back to me. Sadly, he isn’t me, but if he stopped using ladies scented body wash and switched to Old Spice, he could smell like he’s me. Look down, back up, where are you? You’re on a boat with the man your man could smell like. What’s in your hand, back at me. I have it, it’s an oyster with two tickets to that thing you love. Look again, the tickets are now diamonds. Anything is possible when your man smells like Old Spice and not a lady. I’m on a horse.”
somdcomputerguy Posted July 20, 2012 Posted July 20, 2012 See the example code for this function, HotKeySet. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
BrewManNH Posted July 20, 2012 Posted July 20, 2012 CTRL-Break from SciTE, or right click the icon in the system tray and select exit, or TaskManager and kill the task. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! Reveal hidden contents I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
SaGaRaS Posted July 20, 2012 Posted July 20, 2012 Emm, You can pause or exit from Tray also windows or using a Sleep in the script.Tray example:Sleep in scrip:Sleep(miliseconds)
Moderators JLogan3o13 Posted July 20, 2012 Moderators Posted July 20, 2012 Wow, 5 answers in 23 minutes. Where else are you going to get this kind of support? "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!
Mechaflash Posted July 20, 2012 Posted July 20, 2012 On 7/20/2012 at 3:42 PM, 'BrewManNH said: CTRL-Break from SciTE, or right click the icon in the system tray and select exit, or TaskManager and kill the task.You can also Logoff or Restart/Shutdown your computer Reveal hidden contents “Hello, ladies, look at your man, now back to me, now back at your man, now back to me. Sadly, he isn’t me, but if he stopped using ladies scented body wash and switched to Old Spice, he could smell like he’s me. Look down, back up, where are you? You’re on a boat with the man your man could smell like. What’s in your hand, back at me. I have it, it’s an oyster with two tickets to that thing you love. Look again, the tickets are now diamonds. Anything is possible when your man smells like Old Spice and not a lady. I’m on a horse.”
SaGaRaS Posted July 20, 2012 Posted July 20, 2012 On 7/20/2012 at 4:01 PM, 'JLogan3o13 said: Wow, 5 answers in 23 minutes. Where else are you going to get this kind of support? jajajaj In no other place xD
PhoenixXL Posted July 20, 2012 Posted July 20, 2012 u can even try opt(GUICloseOnESC,1) just ESCAPE My code: Reveal hidden contents PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.
DicatoroftheUSA Posted July 20, 2012 Posted July 20, 2012 (edited) On 7/20/2012 at 4:01 PM, 'JLogan3o13 said: Wow, 5 answers in 23 minutes. Where else are you going to get this kind of support? I get that kind of support whenever I hit Indian tech support, however all 5 answers would be completely off base. Edited July 20, 2012 by DicatoroftheUSA Statism is violence, Taxation is theft. Autoit Wiki
BogdanNicolescu Posted July 11, 2018 Posted July 11, 2018 the correct answer is: CONTROL plus (+) PAUSE (on modern keyboards - in the program is brake).
Developers Jos Posted July 11, 2018 Developers Posted July 11, 2018 @BogdanNicolescu, Please do not resurrect OLD topics. I am sure nobody is waiting for an additional answer after some 6 years. 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.
BogdanNicolescu Posted July 11, 2018 Posted July 11, 2018 (edited) . Edited July 11, 2018 by BogdanNicolescu wrong topic
Moderators JLogan3o13 Posted July 11, 2018 Moderators Posted July 11, 2018 @BogdanNicolescu this is now the third time a Moderator has said something to you regarding posting in old topics, especially when you add nothing to the discussion. The next time you will receive a holiday from being able to post. "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!
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