u see comments link below the post to ask questions
System.Diagnostics.Process ps = new System.Diagnostics.Process();ps.StartInfo.FileName = @"C:\test.exe";ps.Start();
Post a Comment
0 Comments Received
Post a Comment