How to open a DOS console in Windows

Solved
Guillaume -  
 tim -
Hello,
Could someone tell me how to open a DOS console, thanks!

What does it mean to boot, reboot?

Thank you!

6 answers

  1. Anonymous user
     
    menu Start -> run
    cmd.exe

    15
  2. dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 660
     
    il y a un espace : netstat <space> -n</space>
    4
  3. dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 660
     
    hello
    what did you write? ipconfig /all?
    2
    1. bebe884
       
      In fact, I typed netstat-n and it told me that it was not recognized.
      0
  4. Anonymous user
     
    Hello
    Start / Run => Open: command.com
    If you want to launch MS/DOS?
    Sincerely.
    1
  5. bebe884
     
    Hi everyone, I have a quick question for you. When I want to get my IP address (in the DOS console), it tells me that what I wrote is not recognized as an internal or external command, nor as an executable program or a batch file. How is that possible?

    Thank you for your response.
    0
  6. tim
     
    You need to put a space between the command and the parameter
    for example: netstat -n and not netsat-n; for the IP it's: ipconfig
    0