home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / music / ep154b_1.dms / ep154b_1.adf / Rexx / EP_OpenMainWindow.dopus < prev    next >
Text File  |  1995-01-17  |  306b  |  16 lines

  1. /* Eagleplayeransteuerung ⁿber Diropus
  2.    (c) 1993 DEFECT
  3.    ÷ffnet Eagleplayer PlayerWindow
  4. */
  5. if (pos('rexx_EP',SHOW('Ports')) = 0) then 
  6.  do
  7.   address 'DOPUS.1'
  8.   toptext 'No Eagleplayer found'
  9.   exit
  10.  end
  11. address 'rexx_EP'
  12. openmainwindow
  13. address 'DOPUS.1'
  14. toptext 'Eagleplayer: Mainwindow opened'
  15. exit
  16.