Arguments to command line
-
Hi How I can transfer parameters from text box on my form to Command Line and then run this command??
Hi, you can start a process with the Process class. Have a look at the StartInfo property and the Start() method. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I dislike the black-and-white voting system on questions/answers. X|
-
Hi, you can start a process with the Process class. Have a look at the StartInfo property and the Start() method. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I dislike the black-and-white voting system on questions/answers. X|
Yes, but I want run Command Line and insert there "command" that should be run by Command Line. The Start() method does not contain many properties that allow process with parameters!! StartInfo property consist of two: "set" and "get" and how I can use it?? Thanks for help!!!
-
Yes, but I want run Command Line and insert there "command" that should be run by Command Line. The Start() method does not contain many properties that allow process with parameters!! StartInfo property consist of two: "set" and "get" and how I can use it?? Thanks for help!!!
Xeqtr wrote:
StartInfo property consist of two: "set" and "get" and how I can use it??
Read the documentation, pay attention to the type, ... :)
Luc Pattyn [Forum Guidelines] [My Articles]
I dislike the black-and-white voting system on questions/answers. X|
-
Xeqtr wrote:
StartInfo property consist of two: "set" and "get" and how I can use it??
Read the documentation, pay attention to the type, ... :)
Luc Pattyn [Forum Guidelines] [My Articles]
I dislike the black-and-white voting system on questions/answers. X|
-
Thanks a lot!!! I saw MSDN 100 times but I could't find what I want. You are open my eyes!! :) :) :) :)
modified on Sunday, May 4, 2008 8:24 PM
You're welcome. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I dislike the black-and-white voting system on questions/answers. X|