| A | B |
| CD | Change Directory |
| MD | Make Directory |
| Del | Delete |
| DIR | Shows Directory or Folders |
| VER | Shows the version |
| / | Switch |
| systeminfo | Displays detailed configuration information about a computer and its operating system, including operating system configuration, security information, product ID, and hardware properties, such as RAM, disk space, and network cards. |
| ATTRIB | changes or views the attributes of one or more files. It defaults to displaying the attributes of all files in the current directory. The file attributes available include read-only, archive, system, and hidden attributes. |
| CLS | Clears the Command Prompt window. |
| CMD | Starts a new instance of the command interpreter, Cmd.exe. |
| * | Wildcard - used for searching |
| Copy | copies file or folder |
| ATTRIB + R | Makes file or folder Read Only |
| Rename | Renames files or folder |
| Ping | Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) Echo Request messages. |
| RD | Removes (that is, deletes) a directory. |
| ATTRIB + H | Hides the file or folder |
| IPCONFIG | displays the IP address, subnet mask, and default gateway for all adapters |
| IPCONFIG / all | Displays the full TCP/IP configuration for all adapters. Without this parameter, ipconfig displays only the IP address, subnet mask, and default gateway values for each adapter. |
| Batch File | is the name given to a type of script file, a text file containing a series of commands to be executed by the command interpreter. |
| Help | Provides online information about system commands (that is, non-network commands). Used without parameters, help lists and briefly describes every system command. |
| /? | Used after a command, this switch brings up additional information about using a specific command |
| Up or Down Arrow Key | Shows the previous commands or history |
| Echo | Turns the command-echoing feature on or off, or displays a message. Used without parameters, echo displays the current echo setting. |
| Color | Changes the Command Prompt window foreground and background colors for the current session. |