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,581 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,580 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,571 Views)
Yup, that worked. Thanks for the syntax help.
0 Kudos
Message 4 of 4
(2,556 Views)