home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / 21ripl.zip / IBMLS.ZIP / DRPLSETD.CMD < prev    next >
OS/2 REXX Batch file  |  1993-05-02  |  514b  |  9 lines

  1. /* rexx procedure */
  2. /* This is a dummy version of RPLSETD.CMD.  It calls the updated version of*/
  3. /* RPLSETD.CMD.  Because of LANINST requirements, the file RPLSETD.CMD can */
  4. /* not be removed from the \IBMLAN\RPL directory.  However, the updated */
  5. /* version of RPLSETD.CMD has been moved to \IBMLAN\NETPROG so that it can */
  6. /* be located via the PATH statement and executed from any directory. */
  7. parse arg p1, p2, p3, p4, p5, p6, p7, p8
  8. Call '..\NETPROG\RPLSETD.CMD' p1, p2, p3, p4, p5, p6, p7, p8
  9.