Click or drag to resize

BackgroundContextMenuStartProcess 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: SystemString
command to be executed
arguments
Type: SystemString
arguments for the given command
See Also