MD – Windows CMD Command


Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118

Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119

Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118

Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119

Make Directory – Create a new folder/directory.

The path can consist of any valid characters up to the maximum path length. Command extensions, which are enabled by default, allow a single MD command to create all the intermediate directories in a specified path.

Directories are one type of folder, namely, folders that correspond to file system locations. There are other types of folders, such as Control Panel or Network Neighborhood or Printers. These other types of folders represent objects in the shell namespace which do not correspond to files.

Naming Restrictions

The set of CMD delimiters (Comma, Semicolon; Equals = Space ‘ ‘ Tab ‘   ’) can be used in a folder name, but they must be enclosed in quotation marks:
MD “aa=bb” will create a folder called ‘aa=bb’,
MD aa=bb will create two folders ‘aa’ and ‘bb’

Try to avoid using the following characters in folder names, they may cause problems when scripting: © ® ” & ‘ ^ @

The maximum length of a full pathname (folders + filename) is 260 characters, this is a limitation of Windows Explorer not NTFS.

You cannot create a folder with the same name as any of the following devices:
CON, PRN, LPT1, LPT2 ..LPT9, COM1, COM2 ..COM9
This limitation ensures that redirection to these devices will always work.

Errorlevels

If the Directory was successfully created %ERRORLEVEL% = 0
If the Directory could not be created %ERRORLEVEL% = 1

MKDIR is a synonym for MD

You may also like...

1 Response

  1. zortilonrel says:

    Thank you for sharing excellent informations. Your web site is very cool. I am impressed by the details that you?¦ve on this site. It reveals how nicely you understand this subject. Bookmarked this web page, will come back for more articles. You, my pal, ROCK! I found simply the info I already searched all over the place and simply couldn’t come across. What a great web-site.

Leave a Reply

Your email address will not be published. Required fields are marked *