home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd2.bin / bbs / gfx / superview-3.3.lha / SuperView / Scripts / LoadRequest.rx < prev    next >
Encoding:
Text File  |  1994-08-14  |  344 b   |  20 lines

  1. /*
  2.    $VER: LoadRequest.rx V3.2 (9.7.94)
  3.    © 1993-94 by Andreas R. Kleinert
  4.  
  5.    This script demonstrates some kind of remote control of SuperView
  6.    by using SuperView's ARexxPort.
  7.  
  8. */
  9.  
  10. address command
  11.  
  12. SuperView "-INSTALL_APPMENU=FALSE -INSTALL_APPICON=FALSE"
  13.  
  14. wait 3
  15.  
  16. address 'SuperView.rx' "OPEN_GUI"
  17. address 'SuperView.rx' "REQUEST"
  18.  
  19. exit
  20.