home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
DC-EP20B.LZX
/
eagleplayer_beta
/
rexx
/
Madhouse.rexx
< prev
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
|
172 b
|
16 lines
/* Eagleplayer-Madhouse Ansteuerung */
parse arg filename
options results
address 'rexx_EP'
status g ply
if results=yes then exit
LoadModule filename
aha=result
exit