05-22-2011 05:13 PM
Hi,
how do i use labview to activate and run a .exe program located within a specific folder on c drive?
When i run the .exe program manually from command prompt I navigate to desired folder and then enter "runapplication.exe" to run the compiled c-code.
I have searched labview forums but mostly found articles relating to creating labview executables or labview .exe programs.
Also could i call or run .exe program from TestSTAND without having to create a VI?
Thanks
Solved! Go to Solution.
05-22-2011 05:36 PM
try system exec.
05-22-2011 06:00 PM
And in TestStand, you simply use the 'Call Executable' step type.
This is all documented in the TestStand help and you should have noticed this step type in the Step Type window.
05-26-2011 02:51 PM
OK. thanks for pointer.