| View previous topic :: View next topic |
| Author |
Message |
librarian Guest
|
Posted: Wed Jan 26, 2005 4:03 pm Post subject: clean up on exit |
|
|
I wish there was functionality similar to the autoexecute section where it was be possible to specify script actions the script should take when it closed by the system (e.g. by right-clicking the "H" in the task bar and selecting exit.
I am thinking of an application to launch several IE windows or similar, and later close all of them by closing the script, such that it would be impossible to have any of the IE windows without the ahk-script.
Or is there such functionality already? |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Wed Jan 26, 2005 4:43 pm Post subject: |
|
|
| OnExit ? |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Wed Jan 26, 2005 4:50 pm Post subject: |
|
|
OnExit !  |
|
| Back to top |
|
 |
|