As the world knows it,Microsoft is the largest software organization on the planet and also the organization of the richest man Bill Gates.Over the years Microsoft has experienced a lot of good times and a few bad ones. I have tried to outline some interesting facts and events here and i hope its fun to read and look back into the history of Microsoft. Here it goes:
1. Nobody can create a folder named “Con”.
Try to create anywhere on your hard disk a folder called “Con” (without the quotes). Go to a location on your hard disk, right click, choose “New” and then select “Folder” from the menu that appears. Name the folder “Con” (without quotes) and hit Enter. You’ll see that the folder won’t be named “Con“. It will be “New folder”
This is because:
In windows the folder name and the special system variables share the same interface, so when you create a folder with a system variable name it will consider that folder already exist!!
these special system variables are available irrespective of path
You cannot create a folder with these names also:
CON, NUL, COM1, COM2, COM3, LPT1, LPT2, LPT3,COM1 to COM9 and LPT1 to LPT9....
CON means console, COM1 means serial port 1, LPT1 means parallel port 1
2. A text file made with Notepad, with the following content : “Bush hid the facts” (without quotes) won’t display the actual text.
Go to Start -> Programs -> Accessories -> Notepad . Write in Notepad the following text : “Bush hid the facts” (without quotes) then Save the file and exit Notepad. Now go to the text file you created and open it. You’ll see that the text you just wrote and save won’t show.
3. Write in Word this : “=rand(200,99)” (without the quotes) and witness the magic.
Open Microsoft Word and on the first line write : “=rand(200,99)” (without the quotes) and hit Enter. Magic in the making.
Some More Interesting Facts About Microsoft