03-17-2006 10:23 PM
03-18-2006 01:05 AM
See the following KB article:
How Do I Use the System Exec VI to Execute a Windows Command in LabVIEW?
-Khalid
03-19-2006 06:50 PM
03-19-2006 06:55 PM
03-19-2006 07:33 PM - edited 03-19-2006 07:33 PM
@222 wrote:
Is this the only way to run / call an exe file in LV? I don't wish to see the MS DOS prompt before executing. Any advise?
You can minimize the DOS box with the Run Minimized input.
Also, there's another option: use the ShellExecute Win32 API call. See this thread for an example VI using this approach:
http://forums.ni.com/ni/board/message?board.id=170&message.id=169615
-Khalid
Message Edited by Khalid on 03-19-2006 07:35 PM
03-20-2006 05:08 AM
03-20-2006 06:31 AM