There are many ways to create folder on your Windows computer. One of the most common ways is to use the Command Prompt. This is a very powerful tool that can help you with just about any task on your Windows machine. Even if you don’t know much about the command prompt, it is easy to learn how to use it and get familiar with the different commands that can help you with just about anything on your computer.
Creating Folders via the Command Prompt
If you have never used a command prompt before, then it might feel intimidating to you at first. However, it is quite easy to learn how to use it and you can quickly become a master of the tool. In fact, once you are comfortable with it, you can do a lot of things that would otherwise require the use of your mouse and the “Right click > New folder” method.
Using the Command Prompt
You can open up the Command Prompt by typing cd or hitting the tab key on your keyboard. You can also press the up or down arrow on your keyboard to cycle through recently-used commands.
This will usually start you in your user directory, which is a convenient place to start from because it will have everything you need at hand. If the directory you are trying to create is not in your user directory, then you will need to type the full path into the command line. For example, to create a folder named “Homework” on your Desktop, you would type cd desktop and then type in the full path, which is C:UsersYourNameDesktopFiles.
ls will give you the list of files and directories that are currently in your directory. The information is pretty basic, but it can be handy for figuring out what’s going on and how many directories and files are in your current working directory.
You can also use mkdir and rmdir to create and delete directories and files, respectively. mkdir will make a new folder, while rmdir will remove the current directory and any files that are inside it. Alternatively, you can use the del command to delete a file.
Another built-in Unix command that can be used to display the contents of a directory is ls. This command is similar to the cd and tab commands, but it will give you more information about what’s in your directory.
Typing help will give you a list of most of the commands that can be used in the Command Prompt, and you can use this to find more detailed information about how to use a specific command.
If you are a beginner, it is best to focus on just a few of the most commonly-used CMD commands and then work your way up from there. This will ensure that you don’t get overwhelmed with the wide variety of commands available and it will make it easier for you to figure out what exactly you need to do in order to complete a task.