Im curious about the error messages the command prompt returns for the following commands:
C:\>md prn
The directory name is invalid.
C:\>md con
The directory name is invalid.
C:\>md nul
C:\>cd nul
The parameter is incorrect.
Why doesn't "md nul" return an error?
Edit - I understand why this is wrong, what with reserved words and such. I was wondering specifically about the lack of an error message on 'md nul'