Call a command from command line

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

Syntax

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

Parameters

execFileName
Type: System..::.String
The name of the executable
arguments
Type: System..::.String
The arguments to the executeable

Return Value

The standard output

See Also