yoruichiy Posted June 24, 2009 Posted June 24, 2009 Hi, I have an Auto It script containing a while true loop how can I stop It without rebooting the computer? It clicks too fast for me to try to stop the process with taskmgr and focuses on another window so If a command exists to stop it, it would be great thank you in advance
yoruichiy Posted June 24, 2009 Author Posted June 24, 2009 You can stop a loop using the 'ExitLoop' command.In fact I'm not looking for a command to write but a command to type on keyboard to stop the processthanks
water Posted June 24, 2009 Posted June 24, 2009 Can you open the taskmanager with ctrl+shift+ESC and the kill the process? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
yoruichiy Posted June 24, 2009 Author Posted June 24, 2009 Can you open the taskmanager with ctrl+shift+ESC and the kill the process?No, actually the autoit program clicked very quickly on a pop up of an application and the focus was on the application,but now I rebooted my computer, I didn't find another solution
Bert Posted June 24, 2009 Posted June 24, 2009 You will see in the system tray a icon for the autoit script when you run it. Simply context click on it and click close. The Vollatran project My blog: http://www.vollysinterestingshit.com/
BrettF Posted June 24, 2009 Posted June 24, 2009 Set a hotkey, or use _IsPressed. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
yoruichiy Posted June 24, 2009 Author Posted June 24, 2009 (edited) You will see in the system tray a icon for the autoit script when you run it. Simply context click on it and click close.In fact I couldn't access to my screen and neither to the tray icon; the program moved the mouse so I couldn't use itFor next time I'll use hotkeysthanks Edited June 24, 2009 by yoruichiy
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