Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Arguments to command line

Arguments to command line

Scheduled Pinned Locked Moved Managed C++/CLI
question
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    Xeqtr 0
    wrote on last edited by
    #1

    Hi How I can transfer parameters from text box on my form to Command Line and then run this command??

    L 1 Reply Last reply
    0
    • X Xeqtr 0

      Hi How I can transfer parameters from text box on my form to Command Line and then run this command??

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      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|


      X 1 Reply Last reply
      0
      • L Luc Pattyn

        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|


        X Offline
        X Offline
        Xeqtr 0
        wrote on last edited by
        #3

        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!!!

        L 1 Reply Last reply
        0
        • X Xeqtr 0

          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!!!

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          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|


          X 1 Reply Last reply
          0
          • L Luc Pattyn

            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|


            X Offline
            X Offline
            Xeqtr 0
            wrote on last edited by
            #5

            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

            L 1 Reply Last reply
            0
            • X Xeqtr 0

              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

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #6

              You're welcome. :)

              Luc Pattyn [Forum Guidelines] [My Articles]


              I dislike the black-and-white voting system on questions/answers. X|


              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups