954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

A Surprise for you guys!!!

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...:-)

teja_dt
Newbie Poster
11 posts since Jul 2010
Reputation Points: 10
Solved Threads: 1
 

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...???

teja_dt
Newbie Poster
11 posts since Jul 2010
Reputation Points: 10
Solved Threads: 1
 

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!!!

teja_dt
Newbie Poster
11 posts since Jul 2010
Reputation Points: 10
Solved Threads: 1
 

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.

1seo
Newbie Poster
22 posts since Aug 2010
Reputation Points: 10
Solved Threads: 2
 

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.

pavan_teja
Newbie Poster
15 posts since Aug 2010
Reputation Points: 6
Solved Threads: 4
 

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

Sriman_Laxmi
Newbie Poster
3 posts since Aug 2010
Reputation Points: 8
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You