In batch, when I change to a different drive capitalized, it automatically corrects the capitalization of everything except fr the drive letter except fr when the new drive I am cding to is the same drive i'm currently in. Like so (this is just an example for demonstration purposes):
C:\Windows\System32>cd /d a:\eXaMpLe
a:\Example>cd /d A:\
A:\>cd /d a:\
A:\>echo.%CD%&cd /d a:\&echo.%CD%
A:\
A:\
A:\>exit /b 0
So, why is the capitalization behavior of the drive letter the way it is???