mimsy85 Posted September 28, 2018 Posted September 28, 2018 Hi - I'm new, so I hope this isn't something dumb. I wrote a script last night and it's running great. I started making a new one today, and it literally so far is just opening a website and clicking, but as soon as it does that, it launches into the one I wrote last night. I go and click stop executing and check but there is no reference to the other file anywhere. I close it and reopen, and start my new script again, and when it finishes, it starts the other script again, from the point where I said stop executing before. This current script has nothing in it except for a the commands to open the website, and then to click on coordinates. How is it calling up the other script? Thanks!!
Xandy Posted September 28, 2018 Posted September 28, 2018 (edited) I dunno. Show script. Edited September 28, 2018 by Xandy Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker)
Xandy Posted September 28, 2018 Posted September 28, 2018 (edited) Also you can check the taskbar tray area, are you still running last nights script in exe form or something? Remember I have no idea just a guess. Edited September 28, 2018 by Xandy Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker)
Moderators JLogan3o13 Posted September 28, 2018 Moderators Posted September 28, 2018 As has been pointed out (and should be fairly obvious) we cannot help you fix your script if you don't post it. "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!
Sw4rM Posted October 28, 2018 Posted October 28, 2018 insert this code in your script and press "ESC" to stop your script func Terminate() Exit EndFunc HotKeySet("{ESC}","Terminate")
Developers Jos Posted October 28, 2018 Developers Posted October 28, 2018 @Sw4rM, Great when you want to help but please don't post possible answers in old threads as it is unlikely the OP is still waiting for an answer. 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.
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