Create CON Folder in Windows.

In MS-DOS, several special "device files" were available to aid in performing certain tasks, such as clearing the screen or deleting extraneous output from a program. In order to maintain backwards-compatibility, all versions of Windows up to and including Windows 7 will refuse to allow you to create a file with these "reserved" device file names. The following file names are reserved:

CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9



CON, incidentally, was a device file used to capture whatever was printed onscreen.




So, here is the solution how to create the folder with above mentioned names.

1. Go to command prompt.

2. Type in prompt (FOR EG. TO CREATE CON FOLDER IN E: DRIVE)

C:\>md \\.\e:\con


NOTE: “con” can be replaced by any other names such as “prn”, “nul” “com1″ “com2″ “lpt1″ etc.

3. To delete the folder use the following command

C:\>rd \\.\e:\con


NOTE: The folder can only be deleted from the command prompt.You cannot remove it by right-click delete.


Penulis : Unknown ~ Sebuah blog yang menyediakan berbagai macam informasi

Artikel Create CON Folder in Windows. ini dipublish oleh Unknown pada hari . Semoga artikel ini dapat bermanfaat.Terimakasih atas kunjungan Anda silahkan tinggalkan komentar.sudah ada 0 komentar: di postingan Create CON Folder in Windows.