Mkdir Command In Windows Server 2008

In this article I am going to explain about Mkdir Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 3097

Introduction

Mkdir (make directory) command allows you to create own directory or subdirectory. This command is same as md command. Md command is available in Windows Server 2008, Windows 7, Windows Vista, Windows XP, Windows 2000 and Windows NT.

Mkdir command syntax

mkdir [<Drive>:]<Path>
md [<Drive>:]<Path>

In above syntax

Parameter Description
<Drive>: Defines the drive on which you want to create directory.
<Path> Name and location where you want to create the new directory. Maximum length of path is decided by the file system. Avoid using the following characters © ® " - & ' ^ ( ) and @ in directory name.

Examples

 Make directory named Department within the current directory.

mkdir Directory

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.