home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / 3x400 / addlibl.lzh / ADDLIBL.CMD next >
OS/2 REXX Batch file  |  1985-12-02  |  1KB  |  18 lines

  1.              CMD        PROMPT('Add up to 24 libraries to LIBL')
  2.              /*         ADDLIBL  */
  3.              /*         Command Processing Program is:  CPP2040  */
  4.              PARM       KWD(LIB) TYPE(*NAME) MIN(1) MAX(24) +
  5.                           EXPR(*YES) PROMPT('Library name(s) to add:')
  6.              PARM       KWD(POSITION) TYPE(POSITION) PROMPT('Position +
  7.                           addition(s) at:')
  8.              PARM       KWD(PROMPT) TYPE(*LGL) RSTD(*YES) DFT(*NO) +
  9.                           SPCVAL((*NO '0') (*YES '1')) EXPR(*YES) +
  10.                           PROMPT('Evoke prompter for RPLLIBL:')
  11.  POSITION:   ELEM       TYPE(*NAME) DFT(*FIRST) SPCVAL((*FIRST) +
  12.                           (*LAST)) EXPR(*YES) PROMPT('Library to +
  13.                           position at:')
  14.              ELEM       TYPE(*LGL) RSTD(*YES) DFT(*BEFORE) +
  15.                           SPCVAL((*BEFORE '0') (*AFTER '1')) +
  16.                           EXPR(*YES) PROMPT('Place entries, *BEFORE +
  17.                           *AFTER:')
  18.