home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Software / Vyzkuste / hotmetal / hm6ev.exe / data1.cab / WINSYSBAT / fixocx.bat < prev    next >
Encoding:
DOS Batch File  |  2000-04-13  |  829 b   |  21 lines

  1. echo off
  2. echo This script should only be run if you had problems successfully
  3. echo registering the HoTMetaL PRO ocx and dll files at install time.
  4. echo 1) Copy this script to your %windir%\system directory.
  5. echo 2) Then run the script to register the HoTMetaL PRO ocx and dll files.
  6. echo 3) If any errors occur, try re-running that particular line by hand.
  7. pause
  8. regsvr32 comctl32.ocx
  9. regsvr32 comdlg32.ocx
  10. regsvr32 tabctl32.ocx
  11. regsvr32 xmltools.ocx
  12. regsvr32 xmlcontrol.ocx
  13. regsvr32 mfc40.dll
  14. regsvr32 olepro32.dll
  15. :: regsvr32 ole32.dll
  16. :: There are also other dlls in the HoTMetaL installed location.
  17. :: Change to the HoTMetaL installed location are register these also
  18. :: C:\windows\system\regsvr32 HyperbolicTree.dll
  19. :: C:\windows\system\regsvr32 HMDBImport.dll
  20. :: C:\windows\system\regsvr32 HMExtras.dll
  21.