05-08-2015 11:02 AM
I would like to run my LabVIEW EXE in command prompt. After the execution of the EXE is done, I want it to output some speciific message in command prompt. How do I do that?
05-08-2015 10:20 PM
05-09-2015 02:02 AM
Try this VI, build an exe, and run it. The application will open another command window however. I could not figure out a way yet how to output values to the very same command prompt...
or maybe here you find a trick:
http://forums.ni.com/t5/LabVIEW/How-to-send-a-command-to-an-already-open-command-window/td-p/2101410
05-09-2015 07:23 PM
Can you write a batch file to run LabVIEW, and display a message when LabVIEW exits ?
This way you can display the message in the same DOS window.