Wednesday, February 29, 2012

How to create CON folder in windows XP

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...