Can create a folder named con

Most of you would be aware of the fact that we cannot create a folder named con.
Why isnt it possible? The reason is, con refers to "console". An older way of creating a file in command prompt is "copy con myfile.txt".
But, you can create it using command prompt. Have you ever tried?
mkdir \\.\c:\con
This helps you creating a folder named con.

Related Posts

6 comments

  1. Hey there!

    That was a really useful piece of information. Thanks!

    ReplyDelete
  2. you should consider using linux shipit.ubuntu.com :P

    ReplyDelete
  3. Which version 8.10, 8.04 or 9.04?

    ReplyDelete
  4. good, but now 9.04 is released, for legal reasons official ubuntu does not include multimedia codecs (things needed to play mp3 and other stuff)..But we have a remix of ubuntu, which works out of the box :D ...Check http://hacktolive.org/wiki/Super_OS Thanks

    ReplyDelete