Go to the first, previous, next, last section, table of contents.


Global ARexx scripts

THOR Startup
This is the ARexx script THOR will run async just before the Startup Window is opened and when THOR is uniconified.
THOR Quit
This is the ARexx script THOR will run sync just before any windows are closed when you quit THOR and when THOR is iconified.
Entering Systems
This is the ARexx script THOR will run sync when entering a system just before the Main window is opened, after parsing of any mail packets.
Leaving Systems
This is the ARexx script THOR will run sync when leaving a system, just before any windows are closed (and after any conference leaving script has been run).
Entering Confs
This is the ARexx script THOR will run sync when entering a conference, just after the first message in the conference has been shown. NOTE: This script will not be run when using the ARexx commando SHOWCONFERENCE to avoid any loop situation.
Leaving Confs
This is the ARexx script THOR will run sync when leaving a conference.

When the THOR Startup ARexx script is run async , THOR will proceed as usual and process ARexx commands at the same time.

When the other ARexx scripts are run sync , THOR will only prosess incoming ARexx commands and messages, and nothing else will be done. THOR will not proceed until all outstanding ARexx scripts have been completed.


Go to the first, previous, next, last section, table of contents.