ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide command prompt window when using system exec

Solved!
Go to solution

Hello, I'm using the system exec VI to do some file transfers for a LabVIEW application.  I'm worried that the black command prompt window with white scrolling text that pops up when system exec is called might frighten the non-tech savy users of this LabVIEW application.  Is there a way to hide the command prompt window?

0 Kudos
Message 1 of 4
(6,563 Views)
Solution
Accepted by topic author Mike Mogenson

Wire a TRUE to the Run Minimized input.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 4
(6,561 Views)

Wire the Run Minimized window to True.  I tested this by asking for a directory (saving the output in a LabVIEW indicator).  By "default", the "black screen" flashed briefly, but when run minimized, I never noticed it.

0 Kudos
Message 3 of 4
(6,559 Views)

Thanks, that was an incredibly easy solution that I missed.

0 Kudos
Message 4 of 4
(6,553 Views)