Peristiwa
Sidang Kemuncak Windows Server
29 Apr, 2 PTG - 30 Apr, 7 PTG
Sertai acara maya Windows Server muktamad pada 29-30 April untuk sesi teknikal mendalam dan Soal Jawab langsung dengan jurutera Microsoft.
Daftar sekarangPelayar ini tidak lagi disokong.
Naik taraf kepada Microsoft Edge untuk memanfaatkan ciri, kemas kini keselamatan dan sokongan teknikal yang terkini.
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.
Nota
This command is the same as the md command.
mkdir [<drive>:]<path>
Parameter | Description |
---|---|
<drive> : |
Specifies the drive on which you want to create the new directory. |
<path> |
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. |
To create a directory named Directory1 within the current directory, type:
mkdir Directory1
To create the directory tree Taxes\Property\Current within the root directory, with command extensions enabled, type:
mkdir \Taxes\Property\Current
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:
mkdir \Taxes
mkdir \Taxes\Property
mkdir \Taxes\Property\Current
Peristiwa
Sidang Kemuncak Windows Server
29 Apr, 2 PTG - 30 Apr, 7 PTG
Sertai acara maya Windows Server muktamad pada 29-30 April untuk sesi teknikal mendalam dan Soal Jawab langsung dengan jurutera Microsoft.
Daftar sekarang