http://mjsabby.com/2005/10/windows-xp-con-folderfile-bug.php

This actually is a unix-like feature. DOS device drivers are
accessible like normal files, i.e. the everything-is-a-file
philosophy. CON is the equivalent of /dev/tty, NUL of /dev/null, COM#
of /dev/ttyS#, LPT# of /dev/lp# and CLOCK$ corresponds to /dev/rtc
(PRN is an alias to LPT1, AUX is COM1). Every character device can be
opened this way, block devices (which are assumed to be FAT
formatted...) are named A: to Z:, as you will know. Many pseudo
character devices (drivers which had to be loaded as drivers but were
no character devices, like EMM386, HIMEM.SYS, ..) had forbidden
characters like '*' in their device names to be hidden from the user.

> This is something pretty cool...and unbelievable... At Microsoft the whole
> Team, including Bill Gates, couldn't answer why this happened!
The same also available in MSDN .
 RTFM/Use google

Tushar Shah


--
Somedays you're the dog, and some day's you're the hydrant

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to