Hi there,
I'm just full of questions today. I'm using SystemExec.vi to run a small, DOS-based external program. I then take the output that's sent to the console and manipulate it a bit.
The problem is, the external program I'm executing does something where the DOS window doesn't close after it's done executing. Because of this, LabVIEW thinks it's still running and does not receive anything in the "Standard Output" string of SystemExec. Is there a command I can use to close the window and terminate the program? Thanks.