Click or drag to resize

BackgroundContextMenuStartProcess Method

Run a command with the given arguments

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

Parameters

command  String
command to be executed
arguments  String
arguments for the given command
See Also