home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / +system+ / tools / sound / eagleplayer2.00 / rexx / ep_nextmodule.rexx < prev    next >
OS/2 REXX Batch file  |  1998-02-26  |  270b  |  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.