home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
ep154.lha
/
Eagleplayer
/
InstallData
/
ArexxExamples.lha
/
EP_NextModule.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
|
1993-10-05
|
334 b
|
27 lines
/* Eagleplayeransteuerung über Diropus
(c) 1993 Henryk Richter
lädt nächstes Modul der Liste
*/
options results
if pos('rexx_EP',SHOW('Ports')) = 0 then do
address 'DOPUS.1'
toptext 'Eagleplayer-Port not found'
exit 0
end
address 'rexx_EP'
nextModule
aha=result
address 'DOPUS.1'
toptext 'Eagleplayer: '||aha
exit