Create Windows Folder Named CON

Written by Mugil on June 11, 2010 Categories: Articles Tags: , , , , , ,

Hi geeks……you all will be trying to create a folder named “CON” but your windows machine will name it back as Newfolder, because the names  CON,PRN,AUX,NUL,LPT1,COM1,…….are alloted as device names in the Windows machine.But still you can create folder named CON. Wanna know it ?

STEP1: Goto command prompt

(Note: Replace ‘e’ with ur desired drive letter)

STEP2: Type in prompt e:\> “mkdir \\.\e:\con”

STEP3: Verify by typing “dir \\.\e:\con”

STEP4: Delete the file or folder “rmdir \\.\e:\con”

Share your views in the comment. Thanks.

Related Posts :

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>