Search This Blog

Saturday, 15 September 2012

How to create CON folder in windows XP



How to create CON folder in windows XP



CON , PRN , AUX , NUL , CLOCK$ , COM1 ,COM2 , COM3 , COM4 , COM5 , COM6 , COM7 , COM8 , COM9 , COM , LPT1 , LPT2 , LPT3 , LPT4 , LPT5 , LPT6 , LPT8 , LPT9


So Now, Try this...

Open the Command prompt by
Start -> Run and typing 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 cant delete it...

Now, try this in command prompt console

Code:
C:\> rd \\.\c:\con
Yeah!! You did it...

No comments:

Post a Comment