To find the volume label of your C: drive in windows using command prompt just type
Code:
C:
dir
And it'll be printed on top.
However, you shouldn't need the volume label to change drive. Both
Code:
C:
and
Code:
cd /d C:
should work.