Wednesday, August 28, 2013

How to Create a Folder Using Command Prompt

How to Create a Folder Using Command Prompt:
This article will help you to create a folder/directory using command prompt

Step 1: Open your command prompt (Go start-> type cmd ->click on enter)
Step 2: By using MKDIR (or) MD commands your can create new folder in your system
Syntax 1: Creating a folder using MKDIR command
C :\> makdir [Path Name to create a folder]\[folder name]
Ex : Here I am creating a folder(folder name : how2doit)  in my desktop
Click on enter
Go to your desktop check for how2doit folder

Syntax 2: Creating a folder using MD command
C :\> md [Path Name to create a folder]\[folder name]
Go to your desktop check for how2doit1 folder

Note: By using command prompt we can create a folder with any name
Enjoy :)
Thank you for visiting how2doit.in, if you find any error in my post, please let me now in the comments 


Share This Post →


No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Blog Archive