home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d945 / reminder.lha / Reminder / RemSay.rexx < prev    next >
OS/2 REXX Batch file  |  1993-12-20  |  345b  |  13 lines

  1. /* Script to use narrator with ReminderCheck and Upd */
  2.  
  3. /* Use with Reminder by selecting ARexx script mode and entering
  4.    "RemSay" to Comm/Script-gadget. This script then speaks the event
  5.    text. */
  6.  
  7. parse arg '"' date '"' '"' text '"'
  8.  
  9. if (~show('P','PLAY')) then
  10.   address 'COMMAND' 'run >NIL: Progs:Upd -b 10000'
  11.  
  12. address PLAY "say" text
  13.