home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / WORDPRO6.EXE / FIXPACK.CMD < prev    next >
OS/2 REXX Batch file  |  1996-05-29  |  165b  |  9 lines

  1. /* check that fix pack level is correct for installing Word Pro */
  2. '@echo off'
  3. 'ver /r | rxqueue'
  4. pull 
  5. pull   
  6. pull . csdLevel .
  7. return csdLevel >= 8.244
  8. 
  9.