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

  1. /* */
  2. parse upper arg server device filename .
  3.  
  4. address value server
  5. 'requiredevice' device
  6. if rc ~= 0 then exit
  7.  
  8. /* say 'recordzyxel:' filename */
  9. 'recordvoice' '0' '-1' '-1' filename
  10. call setclip('playAmigaFile')
  11. exit
  12.