home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
DC-EP20B.LZX
/
eagleplayer_beta
/
rexx
/
EP_LoadModule.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-04-04
|
227 b
|
19 lines
/* EaglePlayer - angegebenes Module laden & abspielen */
parse arg filename
address 'rexx_EP'
options results
Loadmodule filename
if result == "no" then do
say "Module not loaded!"
end
else do
say "Module loaded!"
end