http://www.emgu.com
Call a command from command line
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntaxpublic 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
)
static member ExecuteCmd :
execFileName : string *
arguments : string -> string
Parameters
- execFileName
- Type: SystemString
The name of the executable - arguments
- Type: SystemString
The arguments to the executable
Return Value
Type:
StringThe standard output
See Also