Popular Posts

Wednesday, July 31, 2013

To register multiple dlls or ocx in a folder ... (regsvr32)

to register all dlls in a folder go to the folder and execute the following command:

for %i in (*.dll) do regsvr32 %i


replace *.dll with *.ocx to register ocx files

No comments:

Post a Comment

Total Pageviews