ASP编程教程技巧综合大全(31)
2015-8-23编辑:ljnbset
''test.asp
''*********************
''上面用SHELL对象启动程序
''*********************
利用ASP远程注册DLL的方法
--------------------------
<% Response.Buffer = True %>
<% Server.ScriptTimeout = 500
Dim frmFolderPath, frmFilePath
frmFolderPath = Request.Form("frmFolderPath")
frmFilePath = Request.Form("frmDllPath")
frmMethod = Request.Form("frmMethod")
btnREG = Request.Form("btnREG")
%>