Show/Hide Toolbars

Reporting Services CMD

Command: MD

 

Create a directory

 

SSRS Version:

 

2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure

 

(N)=Native

(I)=Integrated

 

 

Syntax

 

MD <folder1> [folder2] [folder3] ...

MD [/?] displays help

 

 

 

 

Parameters

 

<folder1>                Name of the folder to create

[folder2]                optional nth name of folder

 

 

Examples

 

 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

 

 

 

 

Remarks

 

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.

 

 

 

 

See Also