Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Start another program in Code

Status
Not open for further replies.

darxpan

Programmer
Joined
Oct 14, 2003
Messages
33
Location
US
I want to have a program that can start other programs at the press of a button. However, I can't find out how to run an executable with code. Any ideas?
 
Look at the System.Diagnostics.Process.Start() method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top