LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

using "cmd /c net name" with LabWindows cvi and get the answer to the cvi variables

so you are launching a new process "plink" that you want to control by writing commands to its input.

to do so, you should not use printf: printf outputs to the standard output. here you need to write to the standard input of the new process. the procedure is described in the msdn article i linked above.
0 Kudos
Message 11 of 11
(1,395 Views)