That is normal.
You cannot use it because CON is a reserved name.
It is not available for use even with an extension, e.g. CON.pdf is
illegal
Here is some old (ancient?) information I have on reserved names:
Reserved filenames
CON PRN, NUL, CLOCK$, COM1, COM2, COM3, COM4, LPT1, LPT2, LPT3, AUX
(not even available with an extension, e.g. CON.com is illegal)
If a directory or filename is named any of these, it may be difficult
to remove.
Renaming, deleting or using RD does not work.
This is an answer for NT (not yet tried in Win95)
Answer: RD \\.\<drive letter>:\<path>\<file name>
i.e. RD \\.\C:\test\com1
(for a file, replace RD with DEL)
The syntax bypasses normal reserve-word checks altogether.
---more information from another
Add to that list the CD device name used in any CD device driver
command
line in CONFIG.SYS (or any other device that takes a name on the
command
line, I guess). Also, at least in my system, CONFIG$, IFS$HLP$,
XMSXXXX0 and SETVERXX.
....Alan