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
1 Posted Topic
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();
The End.
RaviRaturi