System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName=@"e:/Calipers.exe"; p.Start();