TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anushka Thilakarathne
NA
23
0
execute dos command using c#.net
Jul 6 2009 1:30 PM
Hi, im using c#.net 2005 to develop an application. in my app i have to execute an .exe file with some argument. let say the file name is abc.exe and arguments are 'argStr'. it normaly executes in dosprompt. i used the following code. System.Diagnostics.Process.Start("abc", argStr); it executes the command . but it shows the command prompt (cmd.exe) on the application. is there any way to not display the command prompt and read the output of the execution of the execution which is displayed in the dos prompts? Thank you. Anushka
Reply
Answers (
1
)
Displayin two datsets one below the other in a gridview
Get Window State on other programs