帝国软件
  设为首页 加入收藏 关于我们
 
解密帝国网站管理系统
栏 目:
 
您的位置:首页 > 技术文档 > ASP编程
利用ASP在客户端注册DLL文 件
作者:mana_long 发布时间:2005-03-12 来源:开发者俱乐部
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 windowssystemWebReport.dll
'win 98 windowssystem32WebReport.dll
'win nt40 winntsystemWebReport.dll
'win 2000 winntsystem32WebReport.dll
sub fun_reg()
Dim WshShell,fso
Set WshShell = CreateObject("Wscript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")

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

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

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

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

end sub
</script>

  
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·利用sql的存储过程实现dos命令的  (2005-03-12)
 ·利用 WSH 作定时工作流程  (2005-03-12)
 ·利用XSLT把ADO记录集转换成XML  (2005-03-12)
 ·利用ADODB.Stream使用浏览器下载  (2005-03-12)
 ·利用FSO取得BMP,JPG,PNG,GIF文  (2005-03-12)
 ·asp中利用数组实现数据库记录的批  (2005-03-12)
 ·用正则解析图片地址,并利用XMLHT  (2005-03-12)
 ·利用ASP+JMAIL进行邮件群发的新思  (2005-03-12)
 ·利用.NET的Reflection增强对象工  (2005-03-12)
 ·利用Java 编写手机应用程序  (2005-03-12)

   栏目导行
  PHP编程
  ASP编程
  ASP.NET编程
  JAVA编程
   站点最新
·致合作伙伴的欢迎信
·媒体报道
·帝国软件合作伙伴计划协议
·DiscuzX2.5会员整合通行证发布
·帝国CMS 7.0版本功能建议收集
·帝国网站管理系统2012年授权购买说
·PHPWind8.7会员整合通行证发布
·[官方插件]帝国CMS-访问统计插件
·[官方插件]帝国CMS-sitemap插件
·[官方插件]帝国CMS内容页评论AJAX分
   类别最新
·在ASP中使用数据库
·使用ASP脚本技术
·通过启动脚本来感受ASP的力量
·学习使用ASP对象和组件
·解析asp的脚本语言
·初看ASP-针对初学者
·ASP开发10条经验总结
·ASP之对象总结
·ASP与数据库应用(给初学者)
·关于学习ASP和编程的28个观点
 
关于帝国 | 广告服务 | 联系我们 | 程序开发 | 网站地图 | 留言板 帝国网站管理系统