home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / comm / 4d-bbsdemo.lha / 4D-BBSDemo / ARexx / 4Dicon < prev    next >
Text File  |  1993-09-02  |  236b  |  19 lines

  1. /** 4D-BBS Iconify script
  2. *    This program changes the iconify state of 4D-BBS.
  3. **/
  4.  
  5. options results
  6. arg command
  7.  
  8. ADDRESS '4D-BBS'
  9.  
  10. if ~show(p, '4D-BBS') then
  11.     do
  12.     say '4D-BBS ARexx Port Not Found...'
  13.     exit
  14.     end
  15.  
  16.  
  17. 'iconify' command
  18.