home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / +system+ / tools / sound / eagleplayer2.00 / rexx / madhouse.rexx < prev   
OS/2 REXX Batch file  |  1998-02-26  |  171b  |  16 lines

  1. /* Eagleplayer-Madhouse Ansteuerung */
  2.  
  3. parse arg filename
  4.  
  5. options results
  6.  
  7. address 'rexx_EP'
  8.  
  9. status g ply
  10.  
  11. if result=yes then exit
  12.  
  13. LoadModule filename
  14. aha=result
  15. exit
  16.