赫赫,为什么你的程序启动会失败呢?
SYS_Execute was designed to execute commands that do not require user input and that terminate almost immediately after it has been executed.
如上,SYS_Execute推荐使用的场景:不需要用户输入,且可以快速执行完毕的;
在你的情况中,异常的程序并没有终止,所以sys_execute还是一直等待下去...
[ 本帖最后由 asks_zhuang 于 2007-3-23 18:23 编辑 ]