Quantcast
Channel: Windows Command Line » Directories
Browsing all 5 articles
Browse latest View live

Delete directory/folder from command line

We can delete a directory or folder from command line using rmdir command. See syntax below rmdir directoryname Examples: C:\>rmdir emptydir C:\> C:\>rmdir nonemptydir The directory is not...

View Article



Rename directory from command line

In Renaming files from command line we saw how to rename files using Rename command.   We can use Rename command to rename directories too. See the syntax below. Rename  dir_oldname  dir_newname...

View Article

Copy directory command line

Windows has two command line utilities to copy files/directories from command line. Copy command can be used to copy files from one folder to another folder. It can’t be used to copy a complete folder...

View Article

Tips for changing directories in windows command line

In Windows command prompt, we can change the directory using the command cd . Both cd and chdir refer to the same command.  Syntax of this command is explained below with some examples. Change...

View Article

Mkdir: Create directory from command line

In Windows, we can create directories from command line using the command mkdir(or md). Syntax of this command is explained below. Create a folder from command line: mkdir foldername For example, to...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images