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...
DOS & Command Prompt Reference Guides
MS-DOS commands are still used every day — in Windows Command Prompt, batch scripts, and system administration tasks. This section is a practical, no-fluff reference for anyone who needs to get things done at the command line.
What We Cover
- Command Reference — Clear explanations of individual DOS commands including MOVE, DEL, MD, RD, TREE, TYPE, ATTRIB, CLS, and more
- Syntax & Examples — Every guide includes real usage examples so you can copy and adapt commands for your own tasks
- Troubleshooting — Common errors and how to fix them when commands don't behave as expected
- Batch Files — How to automate repetitive tasks using batch scripting
Who It's For
Whether you're a Windows sysadmin, an IT support professional, or just someone who needs to run a specific command and understand what it does, these guides are written to be clear, concise, and immediately useful.
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. ...
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...
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 &md...
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...






