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: 

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
(3,293 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
(3,292 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
(3,283 Views)
Yup, that worked. Thanks for the syntax help.
0 Kudos
Message 4 of 4
(3,268 Views)