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 address 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..
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 address 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..
Make Folder With Name CON |
No comments:
Post a Comment