home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / ep154.lha / Eagleplayer / InstallData / ArexxExamples.lha / EP_Command.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-12-19  |  127 b   |  14 lines

  1. /* EaglePlayer-Arexxkommando - UserPrg */
  2.  
  3. parse arg command
  4.  
  5. options results
  6.  
  7. address 'rexx_EP'
  8.  
  9. command
  10.  
  11. aha=result
  12.  
  13. say aha
  14.