home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / applycsd.zip / applycsd.doc < prev    next >
Text File  |  1998-02-08  |  1KB  |  24 lines

  1. My cultural background is such that I am prone to expend an inordinate
  2. amount of energy to make my life easier.  Making life easier is the
  3. entire objective of this little utility which largely automates the
  4. application of fixpacks to IBM's Visual Age C++ compiler for OS/2.
  5.  
  6. I wrote a primitive version of this script about three years ago as an
  7. aid to other developers on a project at IBM.  About one year ago I read
  8. the notes concerning the recommended order for applying fixpacks and
  9. although the primitive version had always worked for me, this new
  10. version follows the recommended order.
  11.  
  12. Simply put all the fixpacks (as .zip files) that you wish to apply in
  13. the same directory and from that directory execute this script.
  14. A reboot is called for half way through after applying the WorkFrame
  15. update (CTWnnn.ZIP).  Return to the fixpack directory and re-run the
  16. script.   It will continue from the point where it left off.
  17.  
  18. The script invokes two external programs, unzip (Info-Zip version) and
  19. rm.  I include rm.exe in the package.  I assume everyone already has
  20. unzip.
  21.  
  22. Jon Saxton
  23. 8 Feb 1998
  24.