folder creation denial with the name "con"

  • Thread starter Thread starter nabakumar
  • Start date Start date
N

nabakumar

When we try to create a folder in Windows with the name ---
"con" it dosen't allow to create one . Why is it so?
 
con is 'console'

you can create a file the following way:

copy con myfile.txt (means, copy keyboard input to myfile.txt)
hello world
[crtl+z] (or F6) [enter] ...

Windows will now say, "one file copied'.

As 'con' is reserved for the purpose (keyboard input) you can not use this
for a file/folder name. If you'd want to copy files from con to another
folder, or the file 'con' to another file, it would confuse the system
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top