04-06-2009 02:54 PM
Hi,
I have a complicated program, but let me break it down to what matters.
My labVIEW application (exe) is called by the command prompt. Does some calculations based on arguments I passed to it.
The thing I can't quite seem to figure out, is how to export those results to the very same command prompt that called it. (Not a new window) I'm hoping to run my program in the background, and so I'm hoping to avoid anything fancy, and just want the results in the same window that called it.
Any help would be greatly appreciated.
Regards,
Nyne
Solved! Go to Solution.
04-06-2009 04:31 PM
There really isn't an easy way to do this. On Windows you can have several options:
04-06-2009 04:38 PM
Wow... thanks a bunch. I saw a million places saying it wasn't possible, but I'm glad to see some fun work-arounds.
Take Care,
Nyne