Call a command from command line

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string ExecuteCmd(
	string execFileName,
	string arguments
)
Public Shared Function ExecuteCmd ( _
	execFileName As String, _
	arguments As String _
) As String
public:
static String^ ExecuteCmd(
	String^ execFileName, 
	String^ arguments
)

Parameters

execFileName
String
The name of the executable
arguments
String
The arguments to the executeable

Return Value

The standard output

See Also