home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / DC-EP20B.LZX / eagleplayer_beta / rexx / EP_AddEngine.dopus next >
Encoding:
Text File  |  1997-04-04  |  183 b   |  14 lines

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