Create a directory
2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure
(N)=Native
(I)=Integrated
MD <folder1> [folder2] [folder3] ...
MD [/?] displays help
<folder1> Name of the folder to create
[folder2] optional nth name of folder
create a folder. (the name of the folder to create is called Folder1)
md Folder1
create 2 folders at the same time. (the name of the folders to create is called Folder1, Folder2)
md Folder1 folder2
Create 3 folders at the same time (the name of the folders to create is called Folder1, Folder2, Folder3)
md Folder1 folder2 folder3
•Note you can create multiple folder at the same time
•If there are spaces in the folder you must enclose in quotes
•you may also create sub folders directly. For example create the folder \1\2\3. in this case use md 1\2\3. This will create the folder 1, then folder 1\2 and 1\2\3.