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

  1. /* */
  2. parse arg mailbox .
  3.  
  4. address command 'run >nil: <nil: avm:mailboxconfig' mailbox
  5.  
  6. exit
  7.