ASP上如何加入EXE文件
在ASP上加入下面代码
dim Shell,rarcomm,RetCode,cmd,comm
Set Shell = Server.CreateObject("WScript.Shell")
rarcomm= "c:\windows\system32\help.exe "
cmd=rarcomm
RetCode = Shell.Run(cmd,1, True)
提示错误:
Active Server Pages 错误 'ASP 0241'
CreateObject 异常
/test.asp
'(null)' 的 CreateObject 方法产生了异常 E06D7363。
Server 对象 错误 'ASP 0177 : e06d7363'
Server.CreateObject 失败
/test.asp,行 4
e06d7363
请高手怎样在ASP中加入EXE文件