home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / hip200.lha / ARexx / HiP_pubscreen.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1992-09-02  |  115 b   |  9 lines

  1. /* HippoPlayer - Open HiP on public screen <screen> */
  2.  
  3. parse arg screen
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. pubscreen screen
  8.  
  9.