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