ईवेंट्स
29 अप्रैल, 2 pm - 30 अप्रैल, 7 pm
अंतिम विंडोज सर्वर वर्चुअल इवेंट में शामिल हों अप्रैल 29-30 डीप-डाइव तकनीकी सत्रों के लिए और Microsoft इंजीनियरों के साथ लाइव क्यू एंड ए।
अभी साइन अप करेंयह ब्राउज़र अब समर्थित नहीं है.
नवीनतम सुविधाओं, सुरक्षा अपडेट और तकनीकी सहायता का लाभ लेने के लिए Microsoft Edge में अपग्रेड करें.
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.
नोट
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
ईवेंट्स
29 अप्रैल, 2 pm - 30 अप्रैल, 7 pm
अंतिम विंडोज सर्वर वर्चुअल इवेंट में शामिल हों अप्रैल 29-30 डीप-डाइव तकनीकी सत्रों के लिए और Microsoft इंजीनियरों के साथ लाइव क्यू एंड ए।
अभी साइन अप करें