06-13-2011 02:14 AM
Hai Everbody
As i know LabVIEW has the feasibility of calling an exe file created in different platform,May i Know how to pass arguments to the particular exe(which is in another platform) via LabVIEW..I wish Somebody could help me out of this
Solved! Go to Solution.
06-13-2011 10:18 AM
What do you mean by different platform? Are you referring to a different operating system? Are you trying to use System Exec? Please provide a ew more details as to what you are trying to do.
06-13-2011 11:58 PM
Different Platform insense exe created in .net..
06-14-2011 10:20 AM
It's irrelevant what programming language created the exe. You need to look at the documentation of the exe to see if it supports passing arguements and the syntax for them. If you can do it with the dos command line, you can do the same thing with the System Exec function.
06-14-2011 11:02 PM
I thank for your replies,I got the solution ..Since the exe is in .net,i used the syntax for passing command line arguments in .net..