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

  1. /* */
  2.  
  3. parse arg mailbox .
  4.  
  5. address command "run >nil: <nil: sys:utilities/say 'Pick up the phone" mailbox "'"
  6.  
  7. exit
  8.  
  9.