From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Perl exec system

Can someone provide me with the correct setup to call a Perl executable through LabView. I have provided an example of a VI that is simply supposed to call the executable, but all it will do is open a command window. I am working on a windows XP machine and LabView 8.2.file:///C:/Documents%20and%20Settings/xm131c/Desktop/Call_EXE.vi
0 Kudos
Message 1 of 4
(2,664 Views)
Can someone provide me with the correct setup to call a Perl executable through LabView. I have provided an example of a VI that is simply supposed to call the executable, but all it will do is open a command window. I am working on a windows XP machine and LabView 8.2.
0 Kudos
Message 2 of 4
(2,663 Views)
The command line input should be "cmd /c [drive:][directory][xxx.exe]". You have "cmd/ " at the beginning, which should be "cmd /c ". Give that a try and see if you can get it to work.
Message 3 of 4
(2,654 Views)
Yup, that worked. Thanks for the syntax help.
0 Kudos
Message 4 of 4
(2,639 Views)