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_PubscreenARG.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-18
|
343 b
|
24 lines
/* Eagleplayeransteuerung über Diropus
(c) 1993 DEFECT
schaltet auf anderen Pubscreen um
*/
options results
parse arg aha
if (pos('rexx_EP',SHOW('Ports')) = 0) then
do
address 'DOPUS.1'
toptext 'No Eagleplayer found !'
exit
end
address 'rexx_EP'
pubscreen aha
aha=result
address 'DOPUS.1'
toptext 'Eagleplayer: '||aha
exit