home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
new
/
amigalibdisks
/
disk945
/
reminder
/
remsay.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-12-21
|
345b
|
13 lines
/* 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