如何执行.exe文件?
如何在asp中实现 打开网页的时候可以自动执行.exe文件
<%function translate()
Set objShell=Server.CreateObject("WScript.Shell")
Set objWshScriptExec=objShell.Exec("G:\网页设计测试试验区\test44\TryWordToPinyinDLL\TryWordToPinyinDLL.exe "+a)
end function%>