@Echo off
rem 367fix.bat version 1.0
rem This file was written to be used with the 2153 and 2139
rem IBM Aptiva computer preloaded with Update connector 2.
rem
rem
@echo Make sure that you are running this file from within
@echo Windows to insure that the files are registered successfully.
@echo If you receive error messages during the update,
@echo you may need to reinstall update connector and
@echo run this file again.
pause
cls
@echo Register files, this will take a few minutes.


rem *************************************************************
rem The next section will register the .dll and .ocx files needed for
rem update connector to work.
rem *************************************************************
@echo     .
c:\windows\system\regsvr32.exe c:\ibmtools\updater\olepro32.dll
@echo     .
c:\windows\system\regsvr32.exe c:\ibmtools\updater\dssock32.ocx
@echo     .
c:\windows\system\regsvr32.exe c:\ibmtools\updater\stringole.ocx
@echo     .
c:\windows\system\regsvr32.exe c:\ibmtools\updater\threed32.ocx
@echo     .
c:\windows\system\regsvr32.exe c:\ibmtools\updater\comctl32.ocx
@echo     .

cls
@echo The update is now complete.
@echo If there are Windows message boxes open on your screen,
@echo click on 'OK' to close each of them.
@echo If the message boxes contain errors,
@echo (i.e.  LoadLibrary("c:\*****")failed)
@echo You may need to reinstall Update Connector
@echo and run this file again.
@echo To exit this program, click on the 'X' in the upper,
@echo right-hand corner of this window and it will close.

