home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro R&D 1
/
MicroRD-CD-ROM-Vol1-1994.iso
/
os20
/
util
/
reminder_1_20.lha
/
Reminder
/
RemPlay.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-04-11
|
339b
|
14 lines
/* Run Upd if necessary, play a given sample */
/* Use with Reminder by selecting ARexx script mode and entering
"RemPlay sampleid" in Comm/Script-gadget, where "sampleid" is an
id specidied in your Upd.ids file */
parse arg id
if (~show('P','PLAY')) then
address 'COMMAND' 'run >NIL: Progs:Upd -b 10000'
address PLAY "id" id