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

  1. /* EaglePlayer - vorheriges Module in Dir-Liste laden & abspielen */
  2.  
  3. address 'rexx_EP'
  4.  
  5. options results
  6.  
  7. prevmodule
  8.  
  9. if result == "no" then do
  10.     say "Module not loaded !"
  11. end
  12. else do
  13.     say "Module loaded !"
  14. end
  15.  
  16.