LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Inputing a control value into an non-LabView application

Is it possible to input a control value into a non-LabView application?
 
I built a VI that collects the Hostnames of all PC's running in my lab and then allows the user to select from the list. and open the Windows "Remote Desktop" program.
 
Basically, I want to take a value from the Hostname control and have it input into the computer line of the Remote Desktop program (mstsc.exe) using LabView.
 
Is this possible using Active X?
 
If not, how can this be accomplished in LabView.
0 Kudos
Message 1 of 4
(2,727 Views)

It looks like mstsc has command line options that you can use. With this, you can build up your command and use the System Exec function. I haven't tried it though.

Message Edited by Dennis Knutson on 04-19-2006 01:02 PM

Message 2 of 4
(2,725 Views)

Thanks alot, Dennis

By the way, how did you view the "Usage" window?

0 Kudos
Message 3 of 4
(2,708 Views)
See the last line "/?". That's not uncommon to get help from the DOS command line.
Message 4 of 4
(2,702 Views)