Tek
11-09-2005, 02:54 PM
Freaky trick of the day:
Try creating a folder (under Win2K/XP) called 'con'. Try even at the command prompt. I bet you can't! :D
Any programmers here have any idea why? Is this a reserved device name to Windows?
Edit: Yes I did find that it is a really old reserved device name for DOS. You could send output to the console, which meant using 'con'.
Example: copy test.txt con
I guess that answers that...
Try creating a folder (under Win2K/XP) called 'con'. Try even at the command prompt. I bet you can't! :D
Any programmers here have any idea why? Is this a reserved device name to Windows?
Edit: Yes I did find that it is a really old reserved device name for DOS. You could send output to the console, which meant using 'con'.
Example: copy test.txt con
I guess that answers that...