Register dll or ocx
To register a dll or ocx use the following command:
regsvr32 file_to_be_registered.dll
regsvr32 file_to_be_registered.ocx
To unregister a dll or ocx using the following command:
regsvr32 /u file_to_be_unregistered.dll
regsvr32 /u file_to_be_unregistered.ocx





