home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3197b.dms / 3197b.adf / ArexxExamples.lha / EP_AddPlDir.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1993-10-21  |  131 b   |  9 lines

  1. /* EaglePlayer - Lade das angegebene Verzeichnis von Player rein */
  2.  
  3. parse arg playername
  4.  
  5. address 'rexx_EP'
  6.  
  7. addpldir playername
  8.  
  9.