Emgu CV Library Documentation
ExecuteCmd Method (execFileName, arguments)
NamespacesEmgu.UtilToolboxExecuteCmd(String, String)

www.emgu.com/wiki
Call a command from command line
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)