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

  1. /* EaglePlayer - geladenes Module abspielen */
  2.  
  3. address 'rexx_EP'
  4.  
  5. options results
  6.  
  7. Play
  8.  
  9. if result == "no" then do
  10.     say "No Module loaded !"
  11. end
  12.