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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1997-08-05
|
270 b
|
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