home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMN199D.LHA / avminstall / rexx / playzyxel.avm < prev    next >
Encoding:
Text File  |  1994-12-08  |  139 b   |  9 lines

  1. /* */
  2. parse upper arg server device filename .
  3. address value server
  4. 'requiredevice' device
  5. if rc ~= 0 then exit
  6.  
  7. 'playvoice' filename
  8. exit
  9.