Code Snippet posted by:
Bageshkumarbagi | Posted on: 10/15/2012 | Category:
ASP.NET Codes | Views: 390 | Status:
[Member] |
Points: 40
|
Alert Moderator
//this code for open the notepade by asp.net program
System.Diagnostics.Process.Start("notepad.exe");
//this code for open the calculator by asp.net program
System.Diagnostics.Process.Start("calculator.exe");
//this code for open the MS word by asp.net program
System.Diagnostics.Process.Start("Winword.exe");
Found interesting? Add this to: