home *** CD-ROM | disk | FTP | other *** search
- /* Script to use narrator with ReminderCheck and Upd */
-
- /* Use with Reminder by selecting ARexx script mode and entering
- "RemSay" to Comm/Script-gadget. This script then speaks the event
- text. */
-
- parse arg '"' date '"' '"' text '"'
-
- if (~show('P','PLAY')) then
- address 'COMMAND' 'run >NIL: Progs:Upd -b 10000'
-
- address PLAY "say" text
-