hexagon logo

Registering DLL/OCX files

Copy/paste the below code snippet into Notepad and save it as ocxreg.bat.

Drop it into your PC-DMIS folder and doubleclick it to register the OCX and DLL files.
Make sure to run it as administrator.

for %%f in (*.ocx *.dll) do regsvr32 %%f