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
jack k
NA
2
2.6k
Command Prompt Arguments
May 20 2013 1:58 PM
Hi i need to invoke some arguments in command prompt....im able to open command prompt along with extra arguments but i need to enter some more arguments after that..
ProcessStartInfo start = new ProcessStartInfo("cmd.exe","/c C:\\Perl\\bin\\Perl.exe /bin/perl /desk/desk.py cmd.exe");
Process.Start(start);
The above lines will invoke command prompt and open another command prompt window(which is nothing but perl command prompt)...
i need to invoke a command (perlpackagemanager) in the new window which im not able to do..please help me on this......
Reply
Answers (
1
)
How can I draw image in panel when I click mouse up ?
False Text Display