Reserved Keyword Trick
by Mohan[ Edit ] 2012-09-19 19:20:04
<font color=#0000B3>
<h2>Reserved Keyword Trick</h2>
Do you know that it is not possible make a folder with the name "conâ? No matter how many times you try to make a folder with the name "Con", you won't be able to do it.
The reason: Con is a "reserved keyword" used by DOS, so you can't create a folder with that keyword. However, there is a way to create a folder with the name âCONâ. To do this, go to the command prompt and type "MD \\.\E:\CONâ . This will create a folder named CON in the E drive of your Computer.
</font>