Even Bill Gates Doesn't Know Why !

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

admin

Administrator
Staff member
Joined
Jan 23, 2008
Messages
4,684
YOU WON'T BELIEVE THIS!!!!!!!!

nobody can create a FOLDER anywhere on the
computer which can be named as

"CON ".

This is something pretty cool...and unbelievable. .. At Microsoft the

whole Team, including Bill Gates, couldn't answer why this happened!

So, inform about this to all your friends. TRY IT NOW, IT WILL NOT CREATE
CON FOLDER

Try To rename the New Folder as CON or con It will not Accept ...


Try it guys and see what happens
 
You cannot create Folder with names like
CON, AUX, COM1, COM2, COM3, COM4, LPT1, LPT2, LPT3, PRN, NUL....

Its just because of some system calls of this services already there with those names. So If you try to create or delete a folder with Names above through API It will restrict you in doing them... But I have a solution to this..
Try the following steps.. :

STEP1: goto command prompt

STEP2: type in prompt c:\> "md \\.\c:\con"

STEP3: verify by typing "dir \\.\c:\con"

STEP4: delete the file or folder "rd \\.\c:\con"

Now you can see a folder named con in your c drive...
 
If u want a folder named 'con' do this

create a folder and rename it by pressing 'Alt+0160' followed by 'con'

or follow these steps
follow these steps
1. create new folder any where you want
2. rename
3. press Alt do not release your finger and press 255 from number pad from left side of key board.
4. release the finger from alt.
5. then write folder name con and the folder is created. or you can leave it blank then it create folder without any name
 
I tried the folder one thats really kool ...Admin where do you get these things from
 
Amm you don't know i'm a genius lol that why i know it does just come to me lol
 
i used the 'Alt+0160' to create a folder without a name and now how do i delete the folder?
 
Back
Top