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, 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
No comments:
Post a Comment