03-10-2009 10:27 AM
I am programming some devices with batch files using the System Exec.vi. I am not getting anything at return code, standard error or standard output. Should I be getting something at these terminals, especially if my batch file fails?
03-10-2009 03:28 PM
Hi Paul,
do you get an output if you call the batch file from the command line? What do you mean with "if the batch file fails"? Where should the error come from?
Mike
03-10-2009 05:03 PM
03-11-2009 01:13 AM
Hi Paul,
i think the order of "cmd /c" is important. Did you see the example in "examples\comm"?
Mike