home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 4: Phase Four
/
17Bit_Phase_Four.iso
/
files
/
3197b.dms
/
3197b.adf
/
ArexxExamples.lha
/
EP_EjectModule.dopus
< 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
Text File
|
1993-10-05
|
265 b
|
17 lines
/* EaglePlayer - Eject Module (C) DEFECT */
address 'rexx_EP'
options results
status G fil
if result == "no" then do
address 'DOPUS.1'
toptext 'Eagleplayer: No Module loaded !'
end
else do
eject
address 'DOPUS.1'
toptext 'Eagleplayer: Module ejected !'
end