FOLDER WITH THESE NAME CAN'T BE CREATED !!!

Folders with name cant be created in Windows  or command Prompt directly!


CON
PRN
AUX
CLOCK$
NUL
COM1
COM2
COM3
COM4
COM5
COM6COM7
COM8
COM9

LPT1
LPT2
LPT3
LPT4
LPT5
LPT6
LPT7
LPT8
LPT9


(Try this! out... right click on your desktop and try creating folder named "con"it changesback to "new Folder" or shows an error.)



So Now, Try this…
Open the Command prompt by Start -> Run and type cmd
Code:
C:\> md \\.\c:\con
Now, Open My Computer and browse through the path where you created CON folder… Surprising?? Yeah, you have created it successfully
Now, try to delete the folder from My computer
OOPS!!! You can’t delete it…
Now, try this in command prompt console
Code:
C:\> rd \\.\c:\con
Yeah!! You did it…


Please Rate This Post -
{[['']]}