BackgroundContextMenuStartProcess Method |
Run a command with the given arguments
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- command to be executed
- arguments String
- arguments for the given command
See Also