Click or drag to resize

BackgroundContextMenu.StartProcess Method

Run a command with the given arguments

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static void StartProcess(
	string command,
	string arguments
)

Parameters

command
Type: System.String
command to be executed
arguments
Type: System.String
arguments for the given command
See Also