home *** CD-ROM | disk | FTP | other *** search
/ IBM CD Showcase / OS2_CD_ROM.iso / smce0001 / builder / install / postinst.cmd < prev    next >
Encoding:
Text File  |  1994-01-19  |  1.7 KB  |  44 lines

  1. /*REXX*/
  2. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  3. call SysLoadFuncs
  4.  
  5. 'cd ..'
  6. cwd = directory()
  7.  
  8. /* Create the README Icon */
  9.  
  10. /* Install the MMPM procs from Mountain View */
  11. 'install\mmioini e '||cwd||'\UTIOPROC'
  12.  
  13.  
  14. /* Support for UTIOPROC */
  15. 'install\UTIOPROC '||cwd||'\UTIOPROC\'
  16.  
  17. /*  all directories are referanced from the builder directory on users machine */
  18. 'if exist  DLL\CMHELP.DLL   then del   DLL\CMHELP.DLL'
  19. 'if exist  DLL\IBHELP.DLL   then del   DLL\IBHELP.DLL'
  20. 'if exist  DLL\SEHELP.DLL   then del   DLL\SEHELP.DLL'
  21. 'if exist  DLL\SMPLHELP.DLL then del   DLL\SMPLHELP.DLL'
  22. 'if exist  DLL\TPHELP.DLL   then del   DLL\TPHELP.DLL'
  23. 'if exist  DLL\UTAV.DLL     then del   DLL\UTAV.DLL'
  24. 'if exist  DLL\UTAX.DLL     then del   DLL\UTAX.DLL'
  25. 'if exist  DLL\UTBBBASE.DLL then del   DLL\UTBBBASE.DLL'
  26. 'if exist  DLL\UTBBGS.DLL   then del   DLL\UTBBGS.DLL'
  27. 'if exist  DLL\UTBBMAP.DLL  then del   DLL\UTBBMAP.DLL'
  28. 'if exist  DLL\UTBBRESZ.DLL then del   DLL\UTBBRESZ.DLL'
  29. 'if exist  DLL\UTDR.DLL     then del   DLL\UTDR.DLL'
  30. 'if exist  DLL\UTDS.DLL     then del   DLL\UTDS.DLL'
  31. 'if exist  DLL\UTGS.DLL     then del   DLL\UTGS.DLL'
  32. 'if exist  DLL\UTHC.DLL     then del   DLL\UTHC.DLL'
  33. 'if exist  DLL\UTIO.DLL     then del   DLL\UTIO.DLL'
  34. 'if exist  DLL\UTPN.DLL     then del   DLL\UTPN.DLL'
  35. 'if exist  DLL\UTPR.DLL     then del   DLL\UTPR.DLL'
  36. 'if exist  DLL\UTSE.DLL     then del   DLL\UTSE.DLL'
  37. 'if exist  DLL\UTSXPS.DLL   then del   DLL\UTSXPS.DLL'
  38. 'if exist  DLL\UTSY.DLL     then del   DLL\UTSY.DLL'
  39. 'if exist  DLL\UTTK.DLL     then del   DLL\UTTK.DLL'
  40. 'if exist  DLL\UTTR.DLL     then del   DLL\UTTR.DLL'
  41. 'if exist  DLL\UTTX.DLL     then del   DLL\UTTX.DLL'
  42. 'if exist  DLL\UTVIDEO.DLL  then del   DLL\UTVIDEO.DLL'
  43.  
  44.