home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / MSR-EP20.LHA / Eagleplayer2.00 / Rexx / EP_NextModule.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1997-08-05  |  270 b   |  20 lines

  1. /* EaglePlayer - load and play next module from current list or directory
  2.    (C) 1993-1997 Defect Softworks
  3. */
  4.  
  5. /* Arguments */
  6.  
  7. address 'rexx_EP'
  8.  
  9. options results
  10.  
  11. nextmodule
  12.  
  13. if result == "no" then do
  14.     say "Module not loaded !"
  15. end
  16. else do
  17.     say "Module loaded !"
  18. end
  19.  
  20.