home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip21.zip / cmsmvs / pipzip.rexx < prev    next >
OS/2 REXX Batch file  |  1996-04-01  |  308b  |  28 lines

  1. /* PIPZIP REXX     Rexx filter to use ZIP                             */
  2. /*                 Author : George Petrov, 8 May 1995                 */
  3.  
  4. parse arg opts
  5. 'callpipe *:',
  6.    '| specs w1 1 /./ n w2 n',
  7.    '| join * / /',
  8.    '| specs /zip 'opts'/ 1 1-* nw',
  9.    '| cms',
  10.    '| *:'
  11.  
  12. exit rc
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.