Board logo

标题: 求好心人帮忙写个批量注册DLL文件的批处理bat文档。 [打印本页]

作者: TG药丸    时间: 2016-5-20 10:40     标题: 求好心人帮忙写个批量注册DLL文件的批处理bat文档。

posted by wap, platform: Chrome
我不懂写。着急用。
以下几个dll文件需要批量注册,都是在system32下的
msdtcprx.dll
CoESDBAdapter.dll
scrrun.dll
msstdfmt.dll
msxml.dll
msxml2.dll
msxml6.dll
msxml3.dll
作者: ffcactus    时间: 2016-5-20 15:30

%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
作者: 沉积岩    时间: 2016-5-20 16:23

假设示例文件是Mscomm32.ocx
如果是64位 新建一个记事本
Regsvr32 C:\Windows\SysWOW64\Mscomm32.ocx

保存后自己手动改后缀为bat

32位系统
Regsvr32 C:\WINDOWS\system32\Mscomm32.ocx

注册的时候要保证你的文件已经在那个对应的目录下面。或许你要写个复制的命令??




欢迎光临 TGFC Lifestyle (http://bbs.tgfcer.com/) Powered by Discuz! 6.0.0