Re: VFAT: Can't create file named 'aux.h'?

From: Phillip Susi
Date: Tue Mar 21 2006 - 10:03:34 EST


linux-os (Dick Johnson) wrote:

Also, CON is a sensitive name on WIN/2000. This can hang the
browser. The "@#+^%!@#" devices still exist:

C:\> copy con xxx.xxx

.... from the shell will wait forever.


Not quite. This is the same as doing a cp /dev/stdin xxx.xxx on linux. It will read from stdin until it sees an EOF. On windows, eof is ctrl-z instead of ctrl-d; hit that and the copy command will finish.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/