How to Create a Folder in your PC:
This article will help you to create your own folders in your PC
Way 1:
Open the path where you want to create a folder, here I am
creating a new folder on my desktop
Right click on desktop, go to New->Folder
A folder will be created as shown below
Rename the folder with any name
And click on enter, your folder is created with a given name
Way 2: you can also create a folder using command prompt
Below steps will help you to create a new folder in your
system 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:
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
WAY1 we can't create a folders with below names
Con
Prn
Nul
Aux
Com1
Com2
Com3
Com4
Com5
Com6
Com7
Com8
Com9
Lpt1
Lpt2
Lpt3
Lpt4
Lpt5
Lpt6
Lpt7
Lpt8
Lpt9
If you try to create a folder with above names using WAY 1
you will get an error message like "The
specified device name is invalid"
We can create folder with above name using command prompts
Note: we can't create and delete folder with above names directly
by using command prompt only we can create a folder with above names
Enjoy :)
Thank you for visiting
how2doit.in, if you find any error in my post, please let me now in the
comments
No comments:
Post a Comment