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 réponses

Anonymous user
 
menu Start -> run
cmd.exe

15
dubcek Posted messages 18702 Registration date   Status Contributeur Last intervention   5 657
 
il y a un espace : netstat <space> -n</space>
4
dubcek Posted messages 18702 Registration date   Status Contributeur Last intervention   5 657
 
hello
what did you write? ipconfig /all?
2
bebe884
 
In fact, I typed netstat-n and it told me that it was not recognized.
0
Anonymous user
 
Hello
Start / Run => Open: command.com
If you want to launch MS/DOS?
Sincerely.
1
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
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