BackgroundContextMenuStartProcess Method |
Run a command with the given arguments
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static void StartProcess(
string command,
string arguments
)
Public Shared Sub StartProcess (
command As String,
arguments As String
)
public:
static void StartProcess(
String^ command,
String^ arguments
)
static member StartProcess :
command : string *
arguments : string -> unit
Parameters
- command
- Type: SystemString
command to be executed - arguments
- Type: SystemString
arguments for the given command
See Also