Use the Start class method.
Starts a process resource by specifying the application name and a set of command line arguments and associates the resource with a new process component.
Example:
Process.Start("IExplore.exe", "C:\\myPath\\myFile.htm");
source share