home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / w_acs_6'97 / eagleplayer / installdata / arexxexamples.lha / EP_SaveConfig.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  127b  |  9 lines

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