Windows CMD
Classic Windows Command Prompt commands.
Basics
| Command | Description |
|---|---|
| dir | List directory contents |
| cd | Change directory |
| cls | Clear screen |
| copy | Copy files |
| del | Delete files |
| mkdir | Create directory |
| rmdir | Remove directory |
| type | Display file contents |
Networking
| Command | Description |
|---|---|
| ipconfig | Display IP configuration |
| ping | Test connectivity |
| tracert | Trace route to host |
| nslookup | Query DNS |
| netstat | Network statistics |
| arp | Address Resolution Protocol |