con folder
Creation of “CON” folder in windows XP os:
In windows XP, we are not able to create a folder named “con”…however if we try
Means it renamed as “New folder”..because CON,COM1,AUX,NUL,PRN ,LPT1 are allotted devices names in XP..so that only this problem arises..
Solution for this problem
i)Go to command prompt ,replace ‘e’ with your drive letter(E,D,C,F,Z);
ii)Type “mkdir //./e:/con”
iii)Just check it by type “dir //./e:/con”. Now the “con” folder is created in XP
iv)To remove this “con” folderby:
“rmdir //./e:/con”
Finish