cls
@echo off
echo 注册控件中,请稍后……
for /r %~dp0 %%i in (*.ocx *.dll) do (
echo %% register is starting...
rem C:\Windows\System32\regsvr32.exe %%i /s
echo %%i register is finished...
)
pause
@echo off
echo 注册控件中,请稍后……
for /r %~dp0 %%i in (*.ocx *.dll) do (
echo %% register is starting...
rem C:\Windows\System32\regsvr32.exe %%i /s
echo %%i register is finished...
)
pause