why i can't create a folder named "con" in Windows XP?
& how to create a folder that has no name (ie; in explorer that name doesn't appear)!
_______________ _______________ _______________ _______________ ___
you can't create folder with name "con" in windows as it is the name of device driver mentioned in the file IO.sys.
Well, there are more to this list. Check them out-------->
con
prn
aux
nul
com1 com2 com3
com4 com5 com6
com7 com8 com9
lpt1 to lpt9
_______________ _______________ _______________ _______________ __
FOLDER WITH NO NAME
type alt+0160 on right numpad on keyboard.
why i can't create a folder named "con" in Windows XP?
& how to create a folder that has no name (ie; in explorer that name doesn't appear)!
_______________ _______________ _______________ _______________ ____
Well, I already posted my reply in this thread [check out #2 above]. But I thought it was not sufficient and so my this reply has more information [and is probably better].
Que - 1 Why one cannot create a folder with name con in windows OSes?
ANSWER - The first OS in windows family [probably windows 95 was first one] was based on MS-DOS (short for Microsoft Disk Operating System). MS-DOS was based on three files basically----->
(a) io.sys
(b) command.com
(c) msdos.sys
The file io.sys contained information about device drivers for various devices and contained following words in it:
_______________ _______________ _______________ _______________ ___
_______________ _______________ _______________ _______________ ___
NAME--------------------------------------------STANDS FOR (probably)
con --------------------------------------------console
nul --------------------------------------------Bit-bucket device
prn --------------------------------------------print or printer
aux -------------------------------------------auxiliary
CLOCK$ ----------------------------------------System real-time clock
lpt0-----------------------------------|
lpt1-----------------------------------|
lpt2-----------------------------------|
lpt3-----------------------------------|
lpt4-----------------------------------|---------->LPT ports
lpt5-----------------------------------|---------->parallel printer port
lpt6-----------------------------------|
lpt7-----------------------------------|
lpt8-----------------------------------|
lpt9-----------------------------------|
_______________ _______________ _______________ _______________ ___
_______________ _______________ _______________ _______________ ___
If you try to name a folder using one of these reserved names, the name will automatically revert to the default, generally "New Folder". Moreover, if you try to use a reserved name to name a file such as a Notepad or Microsoft Word document you will generally receive an error message similar to the following:
"con-This filename is a reserved device name-Please choose another name"
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ {CHECK OUT ATTACHED IMAGE}
Depending on exactly how you save the file, you may instead receive a warning message advising that a file with that name already exists. However, even if you choose "Yes" to overwrite the existing file, you will still not be allowed* to save the file.
~Note~: It may be possible to create a folder using a reserved name via the command prompt. However, this may cause other problems and is not advisable.
The file IO.sys can still be found ---> C:\io.sys. But while you are logged on to windows you would not be able to view it's contents (i don't know reasons for this, probably Microsoft wanted to save the file from getting damaged), it's file size is shown as 0 bytes. But if you boot up using any OS other than one belonging to windows family of OSes you can view it's contents using any text viewer and you will certainly see all names mentioned above there.
ANSWER -
1. Just create a new folder or right click any folder and click "rename"
2. Hold down ALT key and press 0160 (i.e. ALT+0160) on the right numeric keypad on your keyboard and then release ALT.
~Note here that if you press 0160 on the numbers buttons above alphabet keys on keyboard this will not work.
3. Press ENTER (or return) and you will get what you wanted.
To make multiple folders with no name, simply repeat STEP 2 above as many times as you want before STEP 3.
_______________ _______________ _______________ _______________ ____
If you don't get it tell me, I will explain in greater detail
_______________ _______________ _______________ _______________ ____
HOPE THIS HELPED......... .............
ambrnewlearner
_______________ _______________ _______________ _______________ _____
Well recently I found more. READ ON
If you make a HTML document (i'm not much used to html and therefore if there is any mistake in code below, do tell me)and put something like this in it :
<a href="C:\con\nu l">CRASHED</a>
and then click on this link in Internet Explorer then many of "ANCIENT" Windows OSes (windows 95 and 98 probably) crashes. This has been fixed in XP.
_______________ _______________ _______________ _______________ _____
Also typing following in address bar of windows explorer and pressing enter also crashed some windows OSes (95, 98 probably) :
C:\con\nul
_______________ _______________ _______________ _______________ _____
You can test above tricks with other combination of addresses such as:
c:\nul\con
c:\aux\con
c:\con\aux
etc.
_______________ _______________ _______________ _______________ _____
ANSWER - The first OS in windows family [probably windows 95 was first one] was based on MS-DOS (short for Microsoft Disk Operating System).
Well, the first version of Windows was actually Windows 1.0 if I remember correctly. The first one I worked with was Windows 3.0 and that was a while before Windows 95 came out.
Well, the first version of Windows was actually Windows 1.0 if I remember correctly. The first one I worked with was Windows 3.0 and that was a while before Windows 95 came out.
Comment