home *** CD-ROM | disk | FTP | other *** search
- /* Eagleplayeransteuerung über Diropus
- (c) 1993 DEFECT
- schaltet auf anderen Pubscreen um
- */
- options results
-
- if (pos('rexx_EP',SHOW('Ports')) = 0) then
- do
- address 'DOPUS.1'
- toptext 'No Eagleplayer found !'
- exit
- end
-
- address 'DOPUS.1'
- getstring 'Enter_Public_Screen_to_Open_Eagleplayer_on'
- aha=result
-
- address 'rexx_EP'
- pubscreen aha
- aha=result
-
- address 'DOPUS.1'
- toptext 'Eagleplayer: '||aha
-
- exit
-