Windows run command Cmd with another command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • questionit
    Contributor
    • Feb 2007
    • 553

    Windows run command Cmd with another command

    Is it possible to do a "Cmd" command with Windows Run along with some other command e.g:

    Cmd ipconfig/all

    cant do it with the above method.. does anyone know is any command can by run with Cmd together ?

    Thanks
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    Originally posted by questionit
    Is it possible to do a "Cmd" command with Windows Run along with some other command e.g:

    Cmd ipconfig/all

    cant do it with the above method.. does anyone know is any command can by run with Cmd together ?

    Thanks
    u could type in run: 'iconfig /all' and it'll do it, but once its done loading it closes.
    u should create a bat file

    Comment

    • questionit
      Contributor
      • Feb 2007
      • 553

      #3
      epots .. thats fine...

      but it may be handy.. i've found the method:

      cmd /k {another command}



      Originally posted by epots9
      u could type in run: 'iconfig /all' and it'll do it, but once its done loading it closes.
      u should create a bat file

      Comment

      • epots9
        Recognized Expert Top Contributor
        • May 2007
        • 1352

        #4
        Originally posted by questionit
        epots .. thats fine...

        but it may be handy.. i've found the method:

        cmd /k {another command}
        yup that works...u learn something new everyday :D

        Comment

        Working...