home *** CD-ROM | disk | FTP | other *** search
- /* 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
-
-