View Full Version : YOU WON'T BELIEVE THIS!!!!!!!!
yoh_tha
07-11-2007, 12:02 PM
An Indian discovered that 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
blood_brotha
07-11-2007, 12:12 PM
holy S**T its right
hemalsilva
07-11-2007, 12:14 PM
http://www.postsmile.net/img/19/1959.gif why is that ? ?
DIRTY X
07-11-2007, 12:27 PM
repost :D
westpra
07-11-2007, 04:27 PM
thnx for info..
crazy_m
07-11-2007, 04:30 PM
hmmmm...strange:eek:
snoop_ug
07-11-2007, 04:31 PM
An Indian discovered that 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
AIYOOO PARANA DEYAKNE MAMA HITANNE OKAT REPOST TAMA
kumarasiri
07-11-2007, 04:39 PM
Knew that b4..... but dont know why is that.....
thanx
:yes:
HLSCaldera
07-13-2007, 01:00 AM
MARA WEDENE!????????????
bea nennam
kohoma Unath
Elakiri thamayi!!!!!!!!!!!!!!!!!!!!!!!
anushkacp
07-13-2007, 01:07 AM
Actualy the system has its own Hidden folders with this name.
thats why we can not make this folder.
i think this title we already talk befor if i correct.
KishanW
07-13-2007, 01:09 AM
reeeeeeeeeeeeeeeepooooooost
Dark-Angel
07-13-2007, 05:19 AM
mmmm.........
x-pert
07-13-2007, 07:48 AM
Yeah, This is a repost..
But thought to give the reason which I found
"con" was basically used in old DOS versions for "Console"
there are other reserved names too like:
lpt1, lpt2, nul, com1, com2, com3, com4, clcok$, prn and there may be more words like this.
So we cannot use these reserved words to rename a folder.
These are standard strings reserved by windows. So you cant use them as folder names because, then the OS would be clueless what to do....
Its like creating two variables with the same name in a program...
shane_shan
07-13-2007, 07:58 AM
http://www.postsmile.net/img/19/1959.gif why is that ? ?
Even Bill Gates cant explain why
x-pert
07-13-2007, 07:59 AM
Even Bill Gates cant explain why
Pissuda bung... ??
ookata reason ekak thiyanawa.. oya mage uda thiyana post eka balahan...
Tuffey
07-13-2007, 08:25 AM
hmm...........thats true............:yes: :yes: :D
nAPs2JAAN
07-13-2007, 09:28 AM
reeeeeeeeeeeeeeeepooooooost
:yes: :yes:
blackroses
07-13-2007, 09:38 AM
easter egg........
x-pert
07-13-2007, 09:40 AM
Blackroses >> Naha bung... easter egg ekak newei me scene eka...
Yeah, This is a repost..
But thought to give the reason which I found
"con" was basically used in old DOS versions for "Console"
there are other reserved names too like:
lpt1, lpt2, nul, com1, com2, com3, com4, clcok$, prn and there may be more words like this.
So we cannot use these reserved words to rename a folder.
These are standard strings reserved by windows. So you cant use them as folder names because, then the OS would be clueless what to do....
Its like creating two variables with the same name in a program...
amlsoft
07-13-2007, 09:56 AM
Yep, it is a flake of Microsoft System.........
Thanu
07-22-2007, 07:49 PM
yes it cannot be done
do you have dap premium activation code
prasadana2
07-22-2007, 07:57 PM
not only con
com1
prasadana2
07-22-2007, 07:59 PM
How to create CON folder in windows?
Try out creating a folder named CON or LPT or COM1
Not only CON, we cannot create any of these
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more...
The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.
So Now, Try this...
Open the Command prompt by Start -> Run and typing cmd
Creating:
C:\> md \\.\c:\con
Deleting:
C:\> rd \\.\c:\con
Thats all
Anusha
07-22-2007, 08:21 PM
who would ever wanna create folders with such dumb names? :lol:
lahirumam
07-22-2007, 08:46 PM
repost ne??....thnx anyway
lodperera
07-22-2007, 09:17 PM
Actualy the system has its own Hidden folders with this name.
thats why we can not make this folder.
i think this title we already talk befor if i correct.
thats rit.. i donno where they brought bill gates into this
lodperera
07-22-2007, 09:19 PM
How to create CON folder in windows?
Try out creating a folder named CON or LPT or COM1
Not only CON, we cannot create any of these
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more...
The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.
So Now, Try this...
Open the Command prompt by Start -> Run and typing cmd
Creating:
C:\> md \\.\c:\con
Deleting:
C:\> rd \\.\c:\con
Thats all
some1 knows his internet browsing but i appreciate it so much machan. we did this talk some days ago.
Sriwi
07-22-2007, 09:20 PM
Wow! Its true. Thanx for the Infor!
Sriwi
07-22-2007, 09:25 PM
How to create CON folder in windows?
Try out creating a folder named CON or LPT or COM1
Not only CON, we cannot create any of these
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more...
The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.
So Now, Try this...
Open the Command prompt by Start -> Run and typing cmd
Creating:
C:\> md \\.\c:\con
Deleting:
C:\> rd \\.\c:\con
Thats all
Wow! Thats some cool Info machan! Thanx alot.
shalinda
07-22-2007, 10:11 PM
repost
Mihindu_Gajaba
07-22-2007, 10:22 PM
We can create a folder named CON or LPT or COM by a simple way.
Right click and do create folder process. While naming the folder, type 'CON' and type 255 in the numpad holding the alt button.
EX 'CON' + (hold atl + '255').
This process would create a folder named CON and a space with it. You cannot explictely give a space because windows cuts off the excess spaces before or after the name.
ehiranya
07-22-2007, 10:23 PM
:rolleyes: Repost wage.. :rolleyes:
crazyfool
07-23-2007, 01:03 AM
HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO WINDOWS USER lata pal. HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO! :P
Michael
07-23-2007, 01:06 AM
Repost!! Eka Paarak Daala Thibba Eke One Srilankan Discoverd Kiyala Den Meke Indian. Ane Manda :eek:
breakneck001
07-23-2007, 07:22 AM
Marai ne :shocked:
breakneck001
07-23-2007, 07:24 AM
tks 4 d info
sajithd
08-03-2007, 09:13 PM
actually we can't make a folder name "con" because windows already has a device named console. and not to mention you can't make a folder such as"com1" or "com2"
because com 1 stands for communication port 1 and so on.
heymika
08-03-2007, 09:44 PM
Siraaaa!!!
heshan123
08-03-2007, 10:03 PM
repost :D
:yes: :yes: :yes: :yes: :yes: :yes:
mainman
08-04-2007, 08:53 AM
reeepooostttt :rolleyes: :rolleyes:
cow_theboy
08-12-2007, 05:08 PM
ei ee?
mayura12345
08-12-2007, 06:37 PM
ya...... u r right
MCLINER
08-12-2007, 06:43 PM
it might be interfering with windows system files and directories
gazaly
08-12-2007, 08:00 PM
An Indian discovered that 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
COM1 Kiyalath Create karanna baha...
O'ka repost..:yes: :yes:
w_sampath
08-12-2007, 08:06 PM
Thanks for info..
Ranhiru
08-12-2007, 08:42 PM
Repost!
virajvithanage
08-12-2007, 10:10 PM
Thanks 4 the info!!
nabil
08-12-2007, 10:13 PM
you kno how i kno that an indian found this out??
bcaz only an indian wud want to make a folder named CON :D
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.