crikett Posted March 24, 2005 Report Share Posted March 24, 2005 I have a custom Perl App that has been compiled into an exe. I would like to embed it into a LV app. I'm looking for suggestions as to how to do this. **Reminder, I'm a noob to LV** Thanks G Quote Link to comment
dhuff Posted March 30, 2005 Report Share Posted March 30, 2005 If you are running Windows, you can invoke the .exe using the SystemExec.vi in the Communication Pallette. This VI will let you execute any DOS command with parameters, just invoke the Perl code using the command input. By the way, you should also look at the following link to see about interfacing to Perl without building the Perl code into an executable. <http://www.jeffreytravis.com/lost/labperl.html> Hope this helps, Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.