home *** CD-ROM | disk | FTP | other *** search
- /* This is an example ARexx script for use with MidiPlay.
- Use the following parameter: MESSAGEREXX=ThisScript.rexx
- When MidiPlay shows a message on the screen, it calls ThisScript.
- Argument Text consists of the text of the message.
-
- This particular example tries to speak the message.
- NOTE! Don't try to speak the About message, its too long. */
-
- options results
-
- parse arg Text
-
- address command
-
- 'say' Text
-