09-23-2009 03:30 PM
I'm writing a serial client / server program that will remotely execute an application on the target system. Only thing I'm missing is launching the exe from the code. What library / functions can dynamically launch an exe given the path and filename?
Thanks! |
09-23-2009 03:59 PM
Hello -
Check out the documentation for LauchExecutable, LaunchExecutableEx, and system. Between these functions, you should be able to find what you're looking for.
NickB
National Instruments