home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / avmnfax-1.33.lha / avmNfax / rexx / openschedview.avm < prev    next >
Text File  |  1994-06-24  |  117b  |  7 lines

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