home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / DC-EP20B.LZX / eagleplayer_beta / rexx / EP_AddEngine.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1997-04-04  |  165 b   |  13 lines

  1. /* EaglePlayer - Lade angegebenes Engine hinein */
  2.  
  3. parse arg enginename
  4.  
  5. address 'rexx_EP'
  6.  
  7. options results
  8.  
  9. adduserprg enginename
  10.  
  11. say 'Eagleplayer: '||result
  12. end
  13.