调用服务器端程序,却无执行结果
<%
dim WshShell,aa
Set WshShell = CreateObject("WScript.Shell")
aa=WshShell.Run("E:\ydfx\ydfx\MainPrj.exe")
set aa=nothing
Set WshShell = Nothing
%>
这个mainprj.exe停留在进程里面,虽然运行了,却没有任何运行结果出来
如果我单独点它,他就能运行,且有结果
我又拿windows的notepad.exe文件测试,也一样,执行他,跑到进程里,进程无法管理,当前窗口却没启动起来,why
劳烦高手刺激,小弟先谢了