home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / MSR-EP20.LHA / Eagleplayer2.00 / Rexx / EP_AddEngine.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1997-08-05  |  203 b   |  17 lines

  1. /* EaglePlayer - start specified engine
  2.  
  3.    Syntax: rx EP_AddEngine.rexx Enginename
  4.  
  5. */
  6.  
  7. parse arg enginename
  8.  
  9. address 'rexx_EP'
  10.  
  11. options results
  12.  
  13. ascengine enginename 1
  14.  
  15. say 'Eagleplayer: '||result
  16. end
  17.