Jump to content

How Do You Stop A Long Running Session


Recommended Posts

Guest anothen
Posted

I made one that would loop about 20 times but I need to be able to stop it sometimes.

I've tried about every combination of break and pause i could think of, the first time I just reboot the machine.

I can't seem to find anything in the help files.

Guest anothen
Posted

ok I found it.

Duhhh.

icon/ right click/ pause or close

Posted

Add yourself a hotkey to end

HotKeySet ( "{pause}","quit") ; press pause key to exit script

;Place all your script in here



func quit()
exit(1)
endfunc

AutoIt3, the MACGYVER Pocket Knife for computers.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...