» 您尚未登录:请 登录 | 注册 | 标签 | 帮助 | 小黑屋 |


发新话题
打印

求好心人帮忙写个批量注册DLL文件的批处理bat文档。

%windir%\System32\regsvr32.exe msdtcprx.dll
%windir%\System32\regsvr32.exe CoESDBAdapter.dll
%windir%\System32\regsvr32.exe scrrun.dll
%windir%\System32\regsvr32.exe msstdfmt.dll
%windir%\System32\regsvr32.exe msxml.dll
%windir%\System32\regsvr32.exe msxml2.dll
%windir%\System32\regsvr32.exe msxml6.dll
%windir%\System32\regsvr32.exe msxml3.dll


如果你不想看到错误提示可以在 Regsvr32.exe 后面加 /s
DLL的路径你可能要补全

主要是不清楚你的DLL是32还是64位,也不清楚你的系统是32还是64位。
详细内容可以参考
https://support.microsoft.com/en-us/kb/249873


TOP

发新话题
     
官方公众号及微博