关于runwait cmd的返回值问题。
RunWait(@ComSpec & " /c " & "commandName")Return Value
Success: Returns the exit code of the program that was run.
Failure: Returns 0 and sets @error to non-zero.
如何取得命令执行后的errorlevel?
执行net use,如果net use过程中有错误发生的话他的errorlevel就不会为0,但是RunWait还是返回0. 你是不是想执行共享中的程序呀?
页:
[1]