| 694 | |
| 695 | == ARexx == |
| 696 | As well as the "Scripts" menu in the main window, which can hold up to ten scripts, ARexx scripts can also be started by certain events. For example, it is possible with two simple scripts to start up Miami in order to go online and fetch new mail, and then close Miami again once the mail has been downloaded. |
| 697 | |
| 698 | `Name` |
| 699 | The title of the script as it appears in the "Scripts" menu, e.g. "Start Browser". |
| 700 | |
| 701 | `Script` |
| 702 | File name of the ARexx script, including any needed parameters (in the usual ARexx fashion, but without a call to 'RX'). |
| 703 | |
| 704 | Example: PROGDIR:rexx/StartBrowser.rexx |
| 705 | |
| 706 | `Open Console window` |
| 707 | The script will open a console window for input and output while it is running. Switch this option off if a console window is not required. |
| 708 | |
| 709 | `Wait for termination` |
| 710 | Switch this option off if you want the script to run in the background, which means you don't want to wait for it to finish before YAM can go ahead with other tasks. |