Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #107.65K
~280 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for jigoro

using System.Diagnostics //string str = @"C:\windows\system32\notepad.exe"; //string str = @"C:\windows\system32\winamp.exe"; string str = @"C:\Documents and Settings\Puru\Desktop\NewsLetter\SendNewsletter.exe"; Process process = new Process(); process.StartInfo.FileName = str; process.Start();

Member Avatar for RaviRaturi
0
280

The End.