LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide the cmd shell

When i use the launch executable hoe can hide the display of command shell winodow...?

For example, if run the following file, command shell appears before it executes.

LaunchExecutable("cmd /C simple_dbg.exe");
0 Kudos
Message 1 of 3
(3,875 Views)

Try LaunchExecutableEx and set second parameter, Window State, to  'LE_HIDE'

 

 

0 Kudos
Message 2 of 3
(3,858 Views)
it helps thanx
0 Kudos
Message 3 of 3
(3,855 Views)