What Does the MOVE Command Do?, The MOVE command is a DOS command used to move files from one location to another. Unlike COPY: This makes MOVE useful for organising files and folders. Basic MOVE Comm...
What Does the DEL Command Do?, The DEL command (short for Delete) is a DOS command used to permanently delete files. When you delete a file using DEL: Because of this, DEL must be used carefully. Basi...
What Does the MD Command Do?, The MD command (short for Make Directory) is a DOS command used to create new folders. You will also see it called MKDIR — both commands do exactly the same thing. MD is ...
What Does the RD Command Do?, The RD command (short for Remove Directory) is a DOS command used to delete folders. Important to understand: You may also see this command called RMDIR — both work the s...
What Does the TREE Command Do?, The TREE command is a DOS command used to display the folder structure of a directory in a visual, tree-like format. Instead of listing files one folder at a time, TREE...
What Does the TYPE Command Do?, The TYPE command is a DOS command used to display the contents of a text file directly inside Command Prompt. It allows you to read files such as: TYPE is read-only — i...
What Does the ATTRIB Command Do?, The ATTRIB command is a DOS command used to view and change file attributes. File attributes control how files behave, such as whether a file is: ATTRIB is often used...
What Does the CLS Command Do?, The CLS command (short for Clear Screen) is a DOS command used to clear all text from the Command Prompt window. It does not: It simply gives you a clean screen to work ...
What Does the HELP Command Do?, The HELP command is a DOS command used to display a list of available commands and provide basic usage information. It is often the first command users run when they: H...






