It is quite possible that many of you still remember the old Microsoft DOS operating system. Well, working with commands from the command prompt window In current Windows, it is something similar. In fact, there are many of the commands that we use today and that have been with us for decades.
In this way, those who have some control and knowledge over them will be able to carry out more advanced tasks here. I’m sure many of you think that using these commands is a task limited to a few, but nothing could be further from the truth. In fact, there are a series of commands that we could consider as basic, accessible to everyone, and that can be extremely useful in certain circumstances.
This is what we want to focus on in the following lines so that you can learn some of these basic commands and get the most out of Windows in some common functions. In case you don’t know, to access a command prompt window, just type type CMD in the search box from the taskbar. At this point we will say that it is advisable to run this tool with administrator permissions.
Simple Windows commands that will be useful to us
From there, in the window that appears on the screen, we will be able to work with the commands that we describe below. As you can imagine, there are many more that you can learn on your own.
DIR. This command is responsible for creating a list of the contents of directories and subdirectories. It lists all files and directories and displays them on the screen. With DIR /a we can see all files and folders, including hidden ones.
MKDIRHere we have the most suitable command for create new directories. We just have to type the same followed by the name we want to assign to that new folder. In case we need to generate a nested folder structure at once, we can use the MKDIR abc command, establishing the corresponding names.
CD. This is how we can move between directories or folders. We just have to write the command followed by the name of the one we want to access. To go back a step, we type this command again followed by a colon.
CD..
OF THE. When deleting content in the form of files from the folders we are in, this is the command we should use. We only have to specify the name of the file followed by its extension.
COPY. As you can easily imagine, this is the basic command that we can use in the command prompt window to copy files to different locations disk. To do this, we simply need to specify, after the command, both disk paths followed by their corresponding files.