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

  1. /* */
  2. parse arg mailbox .
  3.  
  4. address command 'run >nil: <nil: delete' 'avm:' || mailbox 'all'
  5. address rexx 'broadcast' 'refreshmailbox' mailbox
  6.  
  7. exit
  8.  
  9.