home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
ep154.lha
/
Eagleplayer
/
InstallData
/
ArexxExamples.lha
/
EP_EjectModule.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
|
1993-10-20
|
182 b
|
15 lines
/* EaglePlayer - Eject Module */
address 'rexx_EP'
options results
status G fil
if result == "no" then do
say "No Module loaded !"
end
else do
eject
say "Module ejected !"
end