LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabView start/call another program such as QuickTime?

Hi,
 
I want to use my LabView program to start up another program. Is this possible? If so how is it done?
 
The program I have in mind is QuickTime. Will I be able to pass the name of the file I want it to play as an argument and specify where the new window will open?
 
Thanks,
Dave.
0 Kudos
Message 1 of 4
(2,775 Views)
Have a look at the System Exec VI in the communications palette. It will allow you to call the quicktime executable with command line options. As for the window position, you will probably need to call some OS API functions to control that (unless QT has a command line switch for it).

___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(2,771 Views)
Hi
 
You could also place an ActiveX-container in a vi. So you can select a file and set the window position.
 
Just have a look at the simple attachment.
 
Hope this helps.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 3 of 4
(2,766 Views)
Thanks, but I don't think ActiveX is available on the Mac?
 
Dave.
0 Kudos
Message 4 of 4
(2,760 Views)