I came across the discussion that folder can’t be name as Con.
This was the article i came across , which led me to do some googling :)
An Indian discovered that nobody can't create a FOLDER anywhere 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 why cannot we create a folder by a name Con? What’s the reason behind it?
It’s pretty simple, Con is a reserved name from the early days from DOS, it stands for the "CONSOLE" I/O device, Since it is already used by the system. If we create one with some evil tricks then the system will get confused. There will be an ambiguity.
Check out other reserved words to understand what are all the reserved words using which you can't create folders in windows.
Like Con, many other reserve words are there which we can’t create. They are
PRN - It stands for printer.
AUX - It stands for Auxiliary device.
COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9 - They stands for serial ports.
LPT1, LPT2, PRN - They stands for Parallel ports.
NUL - It stands for Bid Bucket.
But to be lucid , CON folder can be created ...
Open the Command prompt by Start->Run and type in cmd
Type MD\\.\\C:\CON
C is the drive path, you can change this drive to your own choice of path.
Now Open My Computer and browse through the path where you created the Con folder. surprising huh!!! yeah buddy, you have successfully created a Con folder.
Now try to delete the folder, it won't get deleted by simple delete option. Better try this:-
To delete the folder, type RD\\.C:\CON
Another method to create Con folder without the use of the Dos.
Create a new folder. Name it Con and press Alt + 255 simultaneously.
Well Alt+255 stands for a blank character in ASCII so it allows you to use this folder name.
Note:- Actually you'll have to press the number's of the number pad or else it won't work. That is, create a new folder, rename it Con but don't press enter yet. Hold down Alt and type 255 on the number pad and then press enter. (for laptop users, press Fn key and press the letter keys k-i-i to make use of number pad).
The next time when someone asks the question that why can’t we create a folder by name Con, say with confidence that it is not true…
now you may ask me a question that , if we are able to create a folder with the name of system file(say con, LPT1, LPT2, PRN) then why can't we have the 2 folder with same name in the same location?. Yes that is also possibe with the same tricks.
what is the compulsion to have something named as CON when there are so many other options buddy.. that was a very CONfusing and CONfident post!!
ReplyDeletebtw your blog template looks good..
There is no compulsion that we should name it CON buddy!!! But there are many considering this as a serious defect overseen my MS ..Guess, this post throws light on it ;)
ReplyDelete