How to make a folder with name “con” ?
Goto command Prompt,
Goto the location where you want to make the folder with name “con”.
write the command:
mkdir \\.\e:\con
mkdir \\.\e:\con
To remove the folder again:
rmdir \\.\e:\con
rmdir \\.\e:\con
0 comments:
Comment here / Ask your Query !!