国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

利用ASP在客戶端注冊DLL文件

2019-11-18 20:26:55
字體:
來源:轉載
供稿:網友
ClientRegDLL.html

本 程 式 方 法 介 紹 利 用 客 戶 端 注 冊 DLL 文 件。
下 一 回 講 解 客 戶 端 如 何 獲 得 DLL 文 件。
<html>
<head id="head1">
<meta content="text/html charset=gb2312" http-equiv="Content-Type">
<title id="title">Client use asp to register the exist dll file</title>
</head>
<body bgColor="skyblue" topMargin=0 leftMargin="0" rightMargin="0" bottomMargin="0">
<div align="center">
<table><tr><td>Client use asp to register the exist dll file</td></tr></table>
</div>
<input type="button" value="Register dll" name="reg_dll" language="vbscript" onclick="fun_reg()">
</body>
</html>
<script language="vbscript">
' we had PRoduce the WebReport.dll file and place in the client
'win <98 /windows/system/WebReport.dll
'win 98 /windows/system32/WebReport.dll
'win nt40 /winnt/system/WebReport.dll
'win 2000 /winnt/system32/WebReport.dll
sub fun_reg()
Dim WshShell,fso
Set WshShell = CreateObject("Wscript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")

If fso.FileExists("/windows/system/WebReport.dll") Then
WshShell.run "regsvr32 /s /windows/system/WebReport.dll" , 1, true
msgbox "Register /windows/system/WebReport.dll file sucess!"

elseIf fso.FileExists("/windows/system32/WebReport.dll") Then
WshShell.run "regsvr32 /s /windows/system32/WebReport.dll" , 1, true
msgbox "Register /windows/system32/WebReport.dll file sucess!"

elseIf fso.FileExists("/winnt/system/WebReport.dll") Then
WshShell.run "regsvr32 /s /winnt/system/WebReport.dll" , 1, true
msgbox "Register /winnt/system/WebReport.dll file sucess!"

elseIf fso.FileExists("d:/winnt/system32/WebReport.dll") Then
WshShell.run "regsvr32 /s d:/winnt/system32/WebReport.dll" , 1, true
msgbox "Register d:/winnt/system32/WebReport.dll file sucess!"
else
msgbox "Not found the register dll file!"
end if
set fso=nothing
set WshShell=nothing

end sub
</script>


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 东明县| 安吉县| 滨州市| 高雄市| 永宁县| 田阳县| 沙河市| 庆安县| 堆龙德庆县| 江孜县| 关岭| 越西县| 扎赉特旗| 潜江市| 永定县| 晋宁县| 股票| 龙泉市| 新野县| 枝江市| 江阴市| 休宁县| 龙南县| 兴安盟| 昌平区| 烟台市| 芦山县| 修武县| 镇沅| 凤阳县| 漠河县| 嵩明县| 亳州市| 尼木县| 济源市| 东至县| 沁阳市| 黄梅县| 冕宁县| 阿城市| 蛟河市|