@echo off if exist c:\windows\system\mscomctl.ocx goto sigue copy mscomctl.ocx c:\windows\system\*.* regsvr32 /s c:\windows\system\mscomctl.ocx :sigue call programa_a_ejecutar.exe