home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / w_acs_6'97 / eagleplayer / installdata / arexxexamples.lha / EP_Command.rexx < prev    next >
OS/2 REXX Batch file  |  1993-12-19  |  127b  |  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.