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

  1. /* EaglePlayer - Speichere derzeitige Eagleplayerconfig ab */
  2.  
  3. parse arg configname
  4.  
  5. address 'rexx_EP'
  6.  
  7. saveconfig configname
  8.  
  9.