Hi guys,

When you try to create a folder named CON in your windows, you might have have known that you are unable to create because its reserved key word which prevents it from being created.

Similarly there are few other reserved names like this...

PRN
AUX
NUL
LPT1
COM1
A: TO Z:

It is known to very few of us...
Windows should have displayed a Error Message instead creating this confusion...:-)

AuburnMathTutor commented: Wrong forum + who cares. +0

I think there is a way to create those folders using dos.

Hey can some one tell me how to create any one of those folders using DOS...???

commented: Dumb. +0

Hi guys,

Special names such as (CON) can be used as folder names! Here is how:
1- Goto DOS
2- Type MD \\.\C:\CON. The folder will be created.
You can check it in Windows Explorer also, but you can’t delete it directly.

In order to delete it:
1- Goto DOS
2- Type RD \\.\C:\CON

In short, use the network path syntax instead of absolute path syntax.

If any one told you it is impossible to make folder named (CON) Now you can say with confidence that it is not true…

Do you find this interesting!!!

PRN
AUX
NUL
LPT1
COM1
A: TO Z:

These Several are special file names are reserved by the system and cannot be used for files or folders in MS windows.

commented: Dont copy paste +0
commented: the same thing is written above +0
commented: Let him go!!! +0

PRN
AUX
NUL
LPT1
COM1
A: TO Z:

These Several are special file names are reserved by the system and cannot be used for files or folders in MS windows.

Hey as mentioned in the above post, you can create them using network path instead of physical path say
MD \\.\C:\CON to create a CON folder.
Likewise you can create other folders mentioned above also.

But you cannot delete it directly.
For this you have to go for RD \\.\C:\CON.

Try this once.

commented: cool +0

Hey as mentioned in the above post, you can create them using network path instead of physical path say
MD \\.\C:\CON to create a CON folder.
Likewise you can create other folders mentioned above also.

But you cannot delete it directly.
For this you have to go for RD \\.\C:\CON.

Try this once.

Yes man...

I tried...It really works...Thx

commented: Are you still talking to yourself? -2
commented: wat!!! +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.