home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-seriously_amiga-
/
sound
/
eagleplayer2.01
/
rexx
/
ep_prevmodule.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-04-27
|
211b
|
16 lines
/* EaglePlayer - vorheriges Module in Dir-Liste laden & abspielen */
address 'rexx_EP'
options results
prevmodule
if result == "no" then do
say "Module not loaded !"
end
else do
say "Module loaded !"
end