Click or drag to resize
UtilitiesRunExecutableAndWait Method
Run an executable and wait for it to exit, notifying the user of any exceptions.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool RunExecutableAndWait(
	string sExecute,
	string sParams
)

Parameters

sExecute
Type: SystemString
Fully-qualified filename of file to execute.
sParams
Type: SystemString
Command-line parameters to pass.

Return Value

Type: Boolean
TRUE if the execution succeeded. FALSE if the error message was shown.
See Also