home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 3
/
AACD03.BIN
/
AACD
/
Sound
/
Eagleplayer2
/
Rexx
/
EP_NextModule.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-01-09
|
270b
|
20 lines
/* EaglePlayer - load and play next module from current list or directory
(C) 1993-1997 Defect Softworks
*/
/* Arguments */
address 'rexx_EP'
options results
nextmodule
if result == "no" then do
say "Module not loaded !"
end
else do
say "Module loaded !"
end