#groff -Tascii -man yakub Topic Starter
Posts: 44
|
 |
« on: June 06, 2008, 08:40:00 AM » |
|
hai this is yakub i have a doubt that is why we can't create a folder with name "con" what is the reason for this plaform-windows
|
|
|
|
|
|
|
Dias de verano Guest
|
 |
« Reply #2 on: June 06, 2008, 08:45:18 AM » |
|
reserved device name.
|
|
|
|
|
piaaz
Posts: 49
|
 |
« Reply #3 on: June 06, 2008, 08:59:20 AM » |
|
espective Source: http://kerneltrap.org/node/5772We 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 c55 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 explicitly give a space because windows cuts off the excess spaces before or after the name. Although I have tried it myself, I don't think it actually work...here is what I have tried..create a folder on desktop, rename it to "ALT+255"....that works, OS thinks "ALT+255" is a character there for it allows it, so "CON" and ALT+255 it not actually only "CON" , I hope you understand what I'm trying to relay. Cheers
|
|
|
|
|
|
|
patio Moderator
Thanked: 1069 Posts: 11,354
Experience: Beginner OS: Windows 7

Maud' Dib
|
 |
« Reply #5 on: June 06, 2008, 06:41:51 PM » |
|
Any reason you absolutely need a folder named con ? ?
|
" All generalizations are false, including this one. "
|
|
|
#groff -Tascii -man yakub Topic Starter
Posts: 44
|
 |
« Reply #6 on: June 06, 2008, 09:22:27 PM » |
|
SORRY .... I JUST WANT TO KNOW THERE IS NO REASON!!!!!!!! THANL YOU
|
|
|
|
|
|
|
Broni
Thanked: 610 Posts: 28,751
Computer: Specs Experience: Experienced OS: Windows Vista

Kraków my love :)
|
 |
« Reply #8 on: June 06, 2008, 09:27:38 PM » |
|
This is interesting.... Still, looking at Carbon's link, I'm familiar with mentioned there reserved device names: # PRN # AUX # NUL # LPT1 # COM1 # Potential drive letter - A: to Z: but what does CON stand for, anyway? The above article doesn't explain.
|
|
|
|
Broni
Thanked: 610 Posts: 28,751
Computer: Specs Experience: Experienced OS: Windows Vista

Kraków my love :)
|
 |
« Reply #9 on: June 06, 2008, 09:44:10 PM » |
|
*censored*, they always hook me on something.... There is another way to create "con" directory. At Command Prompt, type: mkdir \\.\c:\con I just tried it, and it works.
Interestingly, you can't remove that directory by just deleting it through Windows Explorer. Delete command returns an error: directory doesn't exist on C drive anymore. Strangely enough, I can move files to, and from it.
To remove "con" directory, at Command Prompt, type in: rmdir \\.\c:\con
|
|
|
|
|
|
|
|
#groff -Tascii -man yakub Topic Starter
Posts: 44
|
 |
« Reply #12 on: June 06, 2008, 09:59:48 PM » |
|
WHAT IS THE DIFFERANCE BETWEEN ALT+0160 & ALT+255 WHAT THE NUMBERS REFERCE TO HOW CAN I USE THE NUMBERS LIKE 255 & 0160 FOR THE OTHER PURPOSES
|
|
|
|
|
|
|
Broni
Thanked: 610 Posts: 28,751
Computer: Specs Experience: Experienced OS: Windows Vista

Kraków my love :)
|
 |
« Reply #14 on: June 06, 2008, 10:11:46 PM » |
|
|
|
|
|
|
|