home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1997 #4
/
amigaacscoverdisc1997-041997.iso
/
w_acs_6'97
/
eagleplayer
/
installdata
/
arexxexamples.lha
/
EP_PubscreenARG.dopus
< prev
next >
Wrap
Text File
|
1993-10-18
|
343b
|
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