Results 1 to 4 of 4

Thread: How to create a folder named "con"

  1. #1
    Join Date
    Jan 2009
    Posts
    710

    How to create a folder named "con"

    Creating a folder with 'con' as folder name is not possible in Windows. This is because 'con' is a reserved word since the DOS OS was created. The word 'con' stands for console. But there is a way to create a folder named 'con' at any location. Thats true! Run the following command in command prompt :
    Code:
    md\\.\\C:\\con
    This will create a folder with 'con' as its name. But before creating the folder please make a note, there is no way i have found to delete the folder. I tried deleting because you cannot edit it, nor use it to save any data, Its just a useless folder...

  2. #2
    Join Date
    Apr 2008
    Posts
    586

    Re: How to create a folder named "con"

    I tried experimenting with that command, and found out its actual syntax which you can use to create the con folder at any location on the windows based computer. The syntax is :
    Code:
    md\\.\\path-to-create-con-folder
    Example :
    Code:
    md\\.\\C:\\SpearMan

  3. #3
    Join Date
    Apr 2008
    Posts
    439

    Re: How to create a folder named "con"

    I found a way to delete the con folder. Use the same command to delete, just replace 'md' command with 'rmdir'
    Example :
    Code:
    rmdir\\.\\C:\\con

  4. #4
    Join Date
    Sep 2009
    Posts
    3

    Re: How to create a folder named "con"

    СON copy this and create folder with this name

Similar Threads

  1. Creating "custom named" cloned group of "Domain Admins"
    By Jon K in forum Active Directory
    Replies: 2
    Last Post: 15-11-2011, 02:38 AM
  2. "Open Containing Folder" not work properly on Thai torrent named
    By Am_Wamika in forum Technology & Internet
    Replies: 5
    Last Post: 24-06-2010, 04:25 AM
  3. "Karina" named folder on my Nokia 5230
    By Halyn in forum Portable Devices
    Replies: 4
    Last Post: 08-03-2010, 10:32 AM
  4. "Pozuda" named folder on my Nokia 5230
    By Halyn in forum Portable Devices
    Replies: 4
    Last Post: 06-03-2010, 12:33 PM
  5. Replies: 4
    Last Post: 19-02-2010, 04:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,220,700.69351 seconds with 17 queries