Menü schliessen
Created: October 21st 2021
Last updated: October 21st 2021
Categories: IT Knowledge
Author: Elzan Ajdari

CMD basic commands

Donation Section: Background
Monero Badge: QR-Code
Monero Badge: Logo Icon Donate with Monero Badge: Logo Text
82uymVXLkvVbB4c4JpTd1tYm1yj1cKPKR2wqmw3XF8YXKTmY7JrTriP4pVwp2EJYBnCFdXhLq4zfFA6ic7VAWCFX5wfQbCC

What is CMD?

CMD in Windows stands for command prompt

CMD is a user interface which can execute commands. There are many different functions or commands in cmd. There are windows based commands, network commands, office 365 commands and a lot more!

Network commands

Below you can see the basic network commands.

ping

ping ~ if you want to check if your computer has a connection to an IP address or to an other pc you can ping the adress and you will send 4 data packets, if the connection is there, you will also recieve the packets back.

 

ipconfig

ipconfig ~ to see the IP addresses of your computer, you can use the command "ipconfig"

 

ipconfig/all ~ if you add "/all" after "ipconfig" you can see all your IP addresses more detailed.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

nslookup

nslookup ~to check your local DNS server and its IP address, you can run the command "nslookup".

 

Other basic commands

ctrl + c  ~ends the previous command and adds a new line
cls  ~clears all commands, cmd display resets.

Fun commands

color () ~changes the color of the text and background of the interface.