martes, 21 de abril de 2009

Registrar OCX o DLL desde VBSCRIPT

Con este script es posible automatizar en parte el registro de Ocx y Dll's

Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.Run "regsvr32.exe MSDATGRD.OCX"

No hay comentarios: