ShellBrowser .Net Edition
StartProcess Method (command, arguments)
NamespacesJam.ShellBackgroundContextMenuStartProcess(String, String)
Run a command with the given arguments
Declaration Syntax
C#Visual BasicVisual C++
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
)
Parameters
command (String)
command to be executed
arguments (String)
arguments for the given command

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)