home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
DC-EP20B.LZX
/
eagleplayer_beta
/
rexx
/
EP_OpenMainWindow.dopus
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-04
|
321 b
|
19 lines
/* Eagleplayeransteuerung über Diropus
(c) 1993-96 DEFECT
öffnet Eagleplayer Mainwindow
*/
options results
if (pos('rexx_EP',SHOW('Ports')) = 0) then
do
address 'DOPUS.1'
toptext 'No Eagleplayer found'
exit
end
address 'rexx_EP'
CX_POPUP YES
AHA=result
address 'DOPUS.1'
toptext 'Eagleplayer: '||AHA
exit