home *** CD-ROM | disk | FTP | other *** search
- /*REXX*/
- call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
- call SysLoadFuncs
-
- 'cd ..'
- cwd = directory()
-
- /* Create the README Icon */
-
- /* Install the MMPM procs from Mountain View */
- 'install\mmioini e '||cwd||'\UTIOPROC'
-
-
- /* Support for UTIOPROC */
- 'install\UTIOPROC '||cwd||'\UTIOPROC\'
-
- /* all directories are referanced from the builder directory on users machine */
- 'if exist DLL\CMHELP.DLL then del DLL\CMHELP.DLL'
- 'if exist DLL\IBHELP.DLL then del DLL\IBHELP.DLL'
- 'if exist DLL\SEHELP.DLL then del DLL\SEHELP.DLL'
- 'if exist DLL\SMPLHELP.DLL then del DLL\SMPLHELP.DLL'
- 'if exist DLL\TPHELP.DLL then del DLL\TPHELP.DLL'
- 'if exist DLL\UTAV.DLL then del DLL\UTAV.DLL'
- 'if exist DLL\UTAX.DLL then del DLL\UTAX.DLL'
- 'if exist DLL\UTBBBASE.DLL then del DLL\UTBBBASE.DLL'
- 'if exist DLL\UTBBGS.DLL then del DLL\UTBBGS.DLL'
- 'if exist DLL\UTBBMAP.DLL then del DLL\UTBBMAP.DLL'
- 'if exist DLL\UTBBRESZ.DLL then del DLL\UTBBRESZ.DLL'
- 'if exist DLL\UTDR.DLL then del DLL\UTDR.DLL'
- 'if exist DLL\UTDS.DLL then del DLL\UTDS.DLL'
- 'if exist DLL\UTGS.DLL then del DLL\UTGS.DLL'
- 'if exist DLL\UTHC.DLL then del DLL\UTHC.DLL'
- 'if exist DLL\UTIO.DLL then del DLL\UTIO.DLL'
- 'if exist DLL\UTPN.DLL then del DLL\UTPN.DLL'
- 'if exist DLL\UTPR.DLL then del DLL\UTPR.DLL'
- 'if exist DLL\UTSE.DLL then del DLL\UTSE.DLL'
- 'if exist DLL\UTSXPS.DLL then del DLL\UTSXPS.DLL'
- 'if exist DLL\UTSY.DLL then del DLL\UTSY.DLL'
- 'if exist DLL\UTTK.DLL then del DLL\UTTK.DLL'
- 'if exist DLL\UTTR.DLL then del DLL\UTTR.DLL'
- 'if exist DLL\UTTX.DLL then del DLL\UTTX.DLL'
- 'if exist DLL\UTVIDEO.DLL then del DLL\UTVIDEO.DLL'
-