PC Review


Reply
Thread Tools Rate Thread

Cannot create a folder with name "con"

 
 
Aditya Sinha
Guest
Posts: n/a
 
      12th Mar 2006
Hello All,

Can anyone please help me in creating a folder named "con" on my system.
Upon naming the new folder as "con" it just reverts back to new folder.

Aditya Sinha


 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a
 
      12th Mar 2006
Aditya Sinha wrote:
> Can anyone please help me in creating a folder named "con" on my
> system. Upon naming the new folder as "con" it just reverts back to
> new folder.


Multi-post?! Please - if you feel your questionn is relevant to more than
one newsgroup - cross-post in the future.

Google.
30 seconds.

http://mjsabby.com/2005/10/windows-x...erfile-bug.php

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Jan Peter Stotz
Guest
Posts: n/a
 
      12th Mar 2006
Aditya Sinha schrieb:

> Can anyone please help me in creating a folder named "con" on my system.
> Upon naming the new folder as "con" it just reverts back to new folder.


"con" is a reserved word (for console). You can not create files or folder
with this name.

Jan
 
Reply With Quote
 
mscotgrove@aol.com
Guest
Posts: n/a
 
      12th Mar 2006
con is just one of several such names. Also, from memory you cannot
create names such as prn aux lpt1 etc. It can be a problem as they
are valid names in different operating systems sucha s Unix

Michael
www.cnwrecovery.com

 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      12th Mar 2006
CON is short for CONsole and consists of the keyboard (input) and the
display (output).

Reserved Names (reserved device names)

[[Do not use the following reserved device names for the name of a file:
CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9,
LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these
names followed by an extension, for example, NUL.tx7.

Windows NT: CLOCK$ is also a reserved device name. ]]
from...
Naming a File
http://msdn.microsoft.com/library/de...ing_a_file.asp


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Aditya Sinha <(E-Mail Removed)> hunted and pecked:
> Hello All,
>
> Can anyone please help me in creating a folder named "con" on my system.
> Upon naming the new folder as "con" it just reverts back to new folder.
>
> Aditya Sinha


 
Reply With Quote
 
Aditya Sinha
Guest
Posts: n/a
 
      12th Mar 2006
Thanks.. but please explain how is it working through this method posted on
http://mjsabby.com/2005/10/windows-x...erfile-bug.php

We can create the folder do this by following method
STEP1: goto command prompt
STEP2: type in prompt e:\> "mkdir \\.\e:\con"
STEP3: verify by typing "dir \\.\e:\con"
STEP4: delete the file or folder "rmdir \\.\e:\con"

replace e with any drive of ur choice, and its there.

Aditya Sinha
"Wesley Vogel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> CON is short for CONsole and consists of the keyboard (input) and the
> display (output).
>
> Reserved Names (reserved device names)
>
> [[Do not use the following reserved device names for the name of a file:
> CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9,
> LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these
> names followed by an extension, for example, NUL.tx7.
>
> Windows NT: CLOCK$ is also a reserved device name. ]]
> from...
> Naming a File
> http://msdn.microsoft.com/library/de...ing_a_file.asp
>
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:(E-Mail Removed),
> Aditya Sinha <(E-Mail Removed)> hunted and pecked:
>> Hello All,
>>
>> Can anyone please help me in creating a folder named "con" on my system.
>> Upon naming the new folder as "con" it just reverts back to new folder.
>>
>> Aditya Sinha

>



 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a
 
      12th Mar 2006
Aditya Sinha wrote:
> Can anyone please help me in creating a folder named "con" on my
> system. Upon naming the new folder as "con" it just reverts back
> to new folder.


Shenan Stanley wrote:
> Multi-post?! Please - if you feel your questionn is relevant to
> more than one newsgroup - cross-post in the future.
>
> Google.
> 30 seconds.
>
> http://mjsabby.com/2005/10/windows-x...erfile-bug.php


Wesley Vogel wrote:
> CON is short for CONsole and consists of the keyboard (input) and
> the display (output).
>
> Reserved Names (reserved device names)
>
> [[Do not use the following reserved device names for the name of a
> file: CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6,
> COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8,
> and LPT9. Also avoid these names followed by an extension, for
> example, NUL.tx7.
> Windows NT: CLOCK$ is also a reserved device name. ]]
> from...
> Naming a File
> http://msdn.microsoft.com/library/de...ing_a_file.asp


Aditya Sinha wrote:
> Thanks.. but please explain how is it working through this method
> posted on
> http://mjsabby.com/2005/10/windows-x...erfile-bug.php
> We can create the folder do this by following method
> STEP1: goto command prompt
> STEP2: type in prompt e:\> "mkdir \\.\e:\con"
> STEP3: verify by typing "dir \\.\e:\con"
> STEP4: delete the file or folder "rmdir \\.\e:\con"
>
> replace e with any drive of ur choice, and its there.



You should continue reading that page..

"While it is true that there are ways to create a folder/fole with a
reserved device name, it will never work properly and may be difficult to
delete."

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      12th Mar 2006
I did not say that you couldn't create a file or folder with a reserved
name. I posted that you are not supposed to use reserved device names for
the name of a file or folder.

Here are the *easy* instructions for you to get rid of any files or folders
that have reserved names...

How to Remove Files with Reserved Names in Windows
http://support.microsoft.com/default...b;EN-US;120716

How to Remove Files with Reserved Names in Windows XP
http://support.microsoft.com/kb/315226

Cause 5: The file name includes a reserved name in the Win32 name space
http://support.microsoft.com/kb/3200...22120121120120
from...
You cannot delete a file or a folder on an NTFS file system volume
http://support.microsoft.com/kb/320081

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Aditya Sinha <(E-Mail Removed)> hunted and pecked:
> Thanks.. but please explain how is it working through this method posted
> on http://mjsabby.com/2005/10/windows-x...erfile-bug.php
>
> We can create the folder do this by following method
> STEP1: goto command prompt
> STEP2: type in prompt e:\> "mkdir \\.\e:\con"
> STEP3: verify by typing "dir \\.\e:\con"
> STEP4: delete the file or folder "rmdir \\.\e:\con"
>
> replace e with any drive of ur choice, and its there.
>
> Aditya Sinha
> "Wesley Vogel" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> CON is short for CONsole and consists of the keyboard (input) and the
>> display (output).
>>
>> Reserved Names (reserved device names)
>>
>> [[Do not use the following reserved device names for the name of a file:
>> CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9,
>> LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid
>> these names followed by an extension, for example, NUL.tx7.
>>
>> Windows NT: CLOCK$ is also a reserved device name. ]]
>> from...
>> Naming a File
>>

http://msdn.microsoft.com/library/de...ing_a_file.asp
>>
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:(E-Mail Removed),
>> Aditya Sinha <(E-Mail Removed)> hunted and pecked:
>>> Hello All,
>>>
>>> Can anyone please help me in creating a folder named "con" on my system.
>>> Upon naming the new folder as "con" it just reverts back to new folder.
>>>
>>> Aditya Sinha


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create longer "Move To Folder" drop-down list, "Other Folder" dial Joe_P Microsoft Outlook Discussion 1 27th Aug 2009 07:25 PM
Right Click Drag to Folder Create Shortcut seems to create "copy" with no Arrow in Icon JDJ Windows XP Help 1 27th May 2006 05:33 PM
getting error message "cerver can't create folder "_vit_cnf" =?Utf-8?B?RnJhbmsgTG9tYmlubw==?= Microsoft Frontpage 1 5th Feb 2006 04:27 PM
Cannot create a new folder in the "open" or "save as" dialog box? +c0re- Windows XP Help 0 30th Jul 2004 02:13 PM
"Create Zipped Folder" option missing from "new" when left clicking on a file. Derek Windows XP General 2 20th Apr 2004 07:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:08 AM.