QUOTE (Gavin Burnell @ Apr 21 2008, 02:57 PM)
Hi Gavin,
By default STDIN and STDOUT have no meaning for a GUI based application (process to be exact...) like LabVIEW. But you can create one for a process does not have this. A use-case would be to output debug information. There is no Native LabVIEW way to do this (as far as I know). The System Exec.vi just executes a process on system level that could have a Console.
I have been using the following VIs that call the Win32 API to create a Console Window for the LabVIEW Process and write to it. I primary use it for debug output so I did not look into reading from the Console.
Download File:post-1819-1217341336.vi Download File:post-1819-1217341345.vi
Tested in LabVIEW 8.5.1 on Windows Vista SP1 32 bit