home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / ep154.lha / Eagleplayer / InstallData / ArexxExamples.lha / EP_Quickstart.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-10-20  |  95 b   |  10 lines

  1. /* EaglePlayer - set Quickstart */
  2.  
  3. address 'rexx_EP'
  4.  
  5. parse arg zustand
  6.  
  7. quickstart zustand
  8.  
  9.  
  10.