Directory Management Commands
Introduction
MS-DOS provides various commands to manage directories, such as creating, renaming, and deleting directories. Below are some important commands:
Key Directory Management Commands
- MD - Creates a new directory.
Example: MD newfolder
- RD - Removes a directory.
Example: RD foldername
- CD - Changes the current directory.
Example: CD foldername
- CD.. - Moves to the parent directory.
Example: CD..
- DIR - Displays the list of directories and files.
Example: DIR
Practice Here
Conclusion
These are some essential directory management commands in MS-DOS that help in organizing and navigating directories efficiently.