Solution
Yes, is it possible to redirect standard I/O is possible.
By default, LabWindows/CVI uses its own console for standard I/O commands.
To redirect the commands, open your LabWindows/CVI project, select
Build » Target Settings, and enable the
Create console application option.
If you disable this option, LabWindows/CVI creates your executable as a Windows GUI application.
If you enable this option, LabWindows/CVI creates your executable as a console application. Console applications create a
Windows console window (Command Prompt or MS-DOS Prompt) and set the standard I/O port to the console.
Rebuild your LabWindows/CVI executable, call it from the Windows command prompt and notice the redirection of the standard I/O commands.