cd doesn't change directory in Windows 7
Posted
by
astay13
on Super User
See other posts from Super User
or by astay13
Published on 2011-11-27T01:32:46Z
Indexed on
2011/11/27
1:53 UTC
Read the original article
Hit count: 509
windows-7
|command-line
I am working with cmd.exe on Windows 7 (as opposed to Powershell). I have 2 partitions on my drive, C contains the OS and installed programs, and D contains my data. I was trying to cd from C to D, but cmd wouldn't let me:
C:\>cd D:\
C:\>
However, when I type dir D:\
, it will list the contents of D correctly. Why does it do this and how can I fix it? Powershell works fine so I can use that, but I would like to know what makes cmd misbehave.
© Super User or respective owner