How to create a directory in windows 10
- how to create directory in command prompt
- how to create folder in command prompt
- how to make directory in command prompt
- how to create sub directory in command prompt
How to create a subdirectory in command prompt
How to create a new directory in terminal.
mkdir
Creates a directory or subdirectory. Command extensions, which are enabled by default, allow you to use a single mkdir command to create intermediate directories in a specified path.
Syntax
Parameters
Parameter | Description |
---|---|
: | Specifies the drive on which you want to create the new directory. |
Specifies the name and location of the new directory.
The maximum length of any single path is determined by the file system. This is a required parameter. | |
/? | Displays help at the command prompt. |
Examples
To create a directory named Directory1 within the current directory, type:
To create the directory tree Taxes\Property\Current within the root directory, with command extensions enabled, type:
To create the directory tree Taxes\Property\Current within the root directory as in the previous example, but with command extensions disabled, type the following sequence of commands:
Related links
- how to create new directory in command prompt
- how to create a directory in command prompt windows 10