home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This script should only be run if you had problems successfully
- echo registering the HoTMetaL PRO ocx and dll files at install time.
- echo 1) Copy this script to your %windir%\system directory.
- echo 2) Then run the script to register the HoTMetaL PRO ocx and dll files.
- echo 3) If any errors occur, try re-running that particular line by hand.
- pause
- regsvr32 comctl32.ocx
- regsvr32 comdlg32.ocx
- regsvr32 tabctl32.ocx
- regsvr32 xmltools.ocx
- regsvr32 xmlcontrol.ocx
- regsvr32 mfc40.dll
- regsvr32 olepro32.dll
- :: regsvr32 ole32.dll
- :: There are also other dlls in the HoTMetaL installed location.
- :: Change to the HoTMetaL installed location are register these also
- :: C:\windows\system\regsvr32 HyperbolicTree.dll
- :: C:\windows\system\regsvr32 HMDBImport.dll
- :: C:\windows\system\regsvr32 HMExtras.dll
-