protected void Button1_Click(object sender, EventArgs e) { string executePath = System.Configuration.Config... ExecuteCommandSync(executeP... string resultfilePath = System.Configuration.Config... this.Label1.Text = System.IO.File.ReadAllText(... } public void ExecuteCommandSync(string executePath) { try { System.Diagnostics.Process p = new System.Diagnostics.Process(); // Redirect the output stream of the ......