How To Make A Folder With Name CON


Did you ever tried to create a folder with name con or prn or nul? you cannot create a folder with names con , prn or nul in windows. but you can create folders with these names from dos with some special commands

to create a folder with name con in c just type this code in dos

md\\.\\c:\con

if you want to create the same folder in another location just type its adress after md\\.\\

for example if you want to create a folder with name con in a folder named test in d drive, just type the following code

md\\.\\d:\test\con

you can use the same code for creating folders with name prn, nul etc..

No comments:

Post a Comment