/* Eagleplayeransteuerung über Diropus (Quit) (c) 1993 DEFECT */ if (pos('rexx_EP',SHOW('Ports')) = 0) then do address 'DOPUS.1' toptext 'Eagleplayer not found' exit end address 'rexx_EP' quit address 'DOPUS.1' toptext 'Eagleplayer quitted' exit