I am using the System Exec.vi to send a command line to the windows command prompt:
"command.com /c w32tm.exe /resync"
I use this to force my PC to update the system time with a time server. When I run this command in the command prompt outside labview I get an output when the process completes that says "The command completed successfully.".
I want to be able to display this message in LabVIEW - however when I wire a string indicator to the "standard output" terminal of the VI I don't get any feedback. Is this possible using this method? Or am I better off reading the return code to establish if the task completed? Return code doesn't seem to do anything either. It would be nice to know whether the process worked or not.
W32tm.exe info:
Message Edited by russelldav on
11-26-2007 02:51 PM