26

Possible Duplicate:
Using cd Command in Windows Command Line, Can't Navigate to D:\

When I'm in cmd, I try to go to a mapped network drive that i have such as cd x:\ or cd y:\ and it executes with no error and just gives me back to C:\Users\Adam.

Any idea why?

Snow_Mac
  • 432

1 Answers1

58

cd is primarily for changing directories, you're trying to change drives.

from the command prompt type z: or cd /D z:

for clarification on cd and it's options type cd /? from the command prompt.