How to make a folder with name “con” ?
"CON" is the system keyword and you can't create it using normal method. Just try cmd .
Goto command Prompt,
Goto the location where you want to make the folder with name “con”.
write the command: mkdir \\.\e:\con
To remove the folder again: rmdir \\.\e:\con
Commentaires
Enregistrer un commentaire