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

  1. /* HippoPlayer - Load program <filename> */
  2.  
  3. parse arg filename
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. loadprg filename
  8.  
  9.