帝国软件
  设为首页 加入收藏 关于我们
 
解密帝国网站管理系统
栏 目:
 
您的位置:首页 > 技术文档 > ASP编程
用ASP在客户端注册DLL文件
作者:佚名 发布时间:2005-04-02 来源:不详
 

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,fsoSet WshShell = CreateObject("Wscript.Shell")Set fso = CreateObject("Scripting.FileSystemObject")If fso.FileExists("windowssystemWebReport.dll") Then WshShell.run "regsvr32 /s windowssystemWebReport.dll" , 1, truemsgbox "Register windowssystemWebReport.dll file sucess!" elseIf fso.FileExists("windowssystem32WebReport.dll") Then WshShell.run "regsvr32 /s windowssystem32WebReport.dll" , 1, truemsgbox "Register windowssystem32WebReport.dll file sucess!" elseIf fso.FileExists("winntsystemWebReport.dll") Then WshShell.run "regsvr32 /s winntsystemWebReport.dll" , 1, truemsgbox "Register winntsystemWebReport.dll file sucess!" elseIf fso.FileExists("d:winntsystem32WebReport.dll") Then WshShell.run "regsvr32 /s d:winntsystem32WebReport.dll" , 1, truemsgbox "Register d:winntsystem32WebReport.dll file sucess!" elsemsgbox "Not found the register dll file!" end if set fso=nothingset WshShell=nothingend sub </script>

 
  
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·用Asp写个加密和解密的类  (2005-04-02)
 ·用ASP.NET实现在线用户统计  (2005-04-02)
 ·用ASP制作强大的搜索引擎  (2005-04-02)
 ·用ASP制作张扬个性的调查系统  (2005-04-02)
 ·实用篇:用asp实现QQ在线查询  (2005-04-02)
 ·使用ASP建设私人的搜索引擎  (2005-04-02)
 ·用asp解析图片地址,并将其保存  (2005-04-02)
 ·如何用ASP实现电子贺卡一例  (2005-04-02)
 ·用ASP加密算法“保护”你的数据  (2005-04-02)
 ·教你单机上使用ASP  (2005-04-02)

   栏目导行
  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个观点
 
关于帝国 | 广告服务 | 联系我们 | 程序开发 | 网站地图 | 留言板 帝国网站管理系统