home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3197b.dms / 3197b.adf / 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.