Call a command from command line
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Shared Function ExecuteCmd ( _
execFileName As String, _
arguments As String _
) As String
Parameters
- execFileName
- String
The name of the executable
- arguments
- String
The arguments to the executeable
Return Value
The standard output
See Also