FG
💻 Software

Why is cd in Windows not able to switch between drives?

Fresh5 days ago
Mar 15, 202610651 views
Confidence Score0%
0%

Problem

Possible Duplicate: Using cd Command in Windows Command Line, Can’t Navigate to D:\ Why, just why, is in Windows so stupid and does not do what it's supposed to do in the situations like this: I know you can . But why is that not the default behavior?

Error Output

I:\Documents and Settings\blah\>cd C:\somedir\
I:\Documents and Settings\blah\>

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why is cd in Windows not able to switch between drives?

Low Risk

This is by design. Each "drive" has it's own working directory. You can use , or you can simply type the drive letter: And that will change to the D drive. If you want to know why this behavior exists, see Raymond Chen's Explanation

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment