YOU WON'T BELIEVE THIS!!!!!!!!

prasadana2

Well-known member
  • Sep 19, 2006
    12,509
    135
    63
    CyberSpace
    How to create CON folder in windows?
    Try out creating a folder named CON or LPT or COM1

    Not only CON, we cannot create any of these
    CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more...

    The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.

    So Now, Try this...

    Open the Command prompt by Start -> Run and typing cmd

    Creating:
    C:\> md \\.\c:\con

    Deleting:
    C:\> rd \\.\c:\con

    Thats all
     

    lodperera

    Member
    Oct 25, 2006
    1,102
    0
    0
    39
    depends
    anushkacp said:
    Actualy the system has its own Hidden folders with this name.

    thats why we can not make this folder.

    i think this title we already talk befor if i correct.

    thats rit.. i donno where they brought bill gates into this
     

    lodperera

    Member
    Oct 25, 2006
    1,102
    0
    0
    39
    depends
    prasadana2 said:
    How to create CON folder in windows?
    Try out creating a folder named CON or LPT or COM1

    Not only CON, we cannot create any of these
    CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more...

    The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.

    So Now, Try this...

    Open the Command prompt by Start -> Run and typing cmd

    Creating:
    C:\> md \\.\c:\con

    Deleting:
    C:\> rd \\.\c:\con

    Thats all

    some1 knows his internet browsing but i appreciate it so much machan. we did this talk some days ago.
     

    Sriwi

    Member
    Apr 14, 2007
    1,437
    0
    0
    I'm here.
    prasadana2 said:
    How to create CON folder in windows?
    Try out creating a folder named CON or LPT or COM1

    Not only CON, we cannot create any of these
    CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more...

    The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.

    So Now, Try this...


    Open the Command prompt by Start -> Run and typing cmd

    Creating:
    C:\> md \\.\c:\con

    Deleting:
    C:\> rd \\.\c:\con

    Thats all

    Wow! Thats some cool Info machan! Thanx alot.
     
    Mar 10, 2007
    2,113
    4
    0
    37
    Sri Lanaka ( Malabe )
    We can create a folder named CON or LPT or COM by a simple way.
    Right click and do create folder process. While naming the folder, type 'CON' and type 255 in the numpad holding the alt button.
    EX 'CON' + (hold atl + '255').

    This process would create a folder named CON and a space with it. You cannot explictely give a space because windows cuts off the excess spaces before or after the name.
     

    sajithd

    Well-known member
  • Aug 3, 2007
    2,688
    80
    48
    uNkOWn
    actually we can't make a folder name "con" because windows already has a device named console. and not to mention you can't make a folder such as"com1" or "com2"
    because com 1 stands for communication port 1 and so on.