From: 0048 on
No. Could that be the reason? I'll check it later on this weekend as my system is shut down right now.
From: Wiebe on
SysExec.vi is reentrant, so you probably won't see anything... Also, as you
will notice, the output is only updated, when the exe is terminated. Then
your buffer size also need to big enough.

If you'd use OGPipes, you can monitor the output while it runs. You can also
stop the process by sending CTRL+C to it, while it is running. It's much
more flexible.

Regards,

Wiebe.


From: Pie56694 on
0048,At the Command Line input node of the System Exec.VI, use /c or /K to show the batch file commands as they execute.&nbsp; Using /c will close the Command Window when the batch file completes, /K will cause the window to stay open until the user closes it.&nbsp; You must also wire a False constant to the Wait Until Completion? (T) input node of the System Exec.VI.&nbsp; If the line echo off appears in the batch file, commands will not be displayed as they are run.&nbsp; This is a property of the batch file, not LabVIEW; remove the line from the batch file if desired.&nbsp; See <a target="_blank" href="http://digital.ni.com/public.nsf/allkb/4E0519D0BEC50A2586256D960077C350?OpenDocument">Additional DOS Functions for System Exec.vi</a> for more information.&nbsp; I hope this helps.<img src="http://forums.ni.com/attachments/ni/170/334109/1/2008-06-23_1111041.jpg"> Message Edited by Pie56694 on 06-23-2008 11:25 AM


2008-06-23_1111041.jpg:
http://forums.ni.com/attachments/ni/170/334109/1/2008-06-23_1111041.jpg