home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro R&D 1
/
MicroRD-CD-ROM-Vol1-1994.iso
/
os20
/
util
/
reminder_1_20.lha
/
Reminder
/
RemSay.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-04-11
|
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