CAN YOU CREATE A FOLDER NAMED "con"? try this out

sam@

Well-known member
  • Apr 17, 2007
    4,087
    496
    83
    39
    Jem city
    EmperorRXF said:
    if somebody really wants to create a fldr named "con" that is the way to go.... the reason for not being able to create it in the normal way is that "CON" is a reserved word in windows... also are PRN, AUX, NUL, COM1 - COM9 and LPT1 - LPT9. Its just like we cant use special chars such as '<' '>' ';' etc.. in folder names... actually the word CON represents a device, the CONSOLE to be precise (the screen).. n AUX AUXILIARY & PRN the PRINTER, COM & LPT represent devices connected to ports 1 through 9.... n this is not some new discovery.. its just the way the OS uses reserved words....

    oh....ur nice ne thnks:) :)
     

    sam@

    Well-known member
  • Apr 17, 2007
    4,087
    496
    83
    39
    Jem city
    machooooo...okkotama....sirawata ape elakiri set eka marune......mara wada karayane inne....mata awankawa satutui..me wage aya idalath apita bari ayi ape rata hadanna............
     

    upuldi

    Member
    Jan 22, 2007
    206
    0
    0
    U can create folder named CON

    Not only CON even u cant Create a folder named prn as well .... But Try dis out

    c:\>md\\.\c:\con

    and check u r c drive ....................... U can create folder named CON dude .....



    :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes:
     

    sam@

    Well-known member
  • Apr 17, 2007
    4,087
    496
    83
    39
    Jem city
    upuldi said:
    Not only CON even u cant Create a folder named prn as well .... But Try dis out

    c:\>md\\.\c:\con

    and check u r c drive ....................... U can create folder named CON dude .....



    :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes:


    ya ya.........elama kiri.....:D :D
     

    Dan01

    Active member
  • Oct 16, 2006
    3,789
    6
    38
    38
    No one know Where i live
    I know how to make this con folder

    :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes:

    type this commands in "command prompt"


    mkdir \\.\e:\con

    goto "C:\" drive to Varify it

    to delete the folder


    rmdir \\.\e:\con

    ha ha ha, how is this
    :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol:
     

    heshan123

    Member
    Jan 12, 2007
    3,422
    3
    0
    40
    SrI lAnKa
    Repost !!!!!!!! Anyway "con" stands for "configure" where all folders has a hidden file in that name having its configurations. Therefore the system blocks it.
     

    Wal Bada

    Well-known member
  • You cannot make a folder under the 8.3 dos file system. CON is the device name of the cvisual device. SCRN, PNTR, COM1, COM2, LPT1 are also these reserved names. But now they are non-existant.

    Try this.
    make a text file using notepad called myfile.txt and type "Hello, I am still DOS beneath"
    then at command prompt type
    Code:
    copy myfile.txt con

    You'll see output being printed on the screen. If you try another command like
    Code:
    dir>con
    you'll see the output on the screen. if you use
    Code:
    dir>dirlist.txt
    it will be written to file called dirlist.txt