The Computer Oracle

CMD cd to other drives except C:\ not working

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Ancient Construction

--

Chapters
00:00 Question
00:58 Accepted answer (Score 187)
01:18 Answer 2 (Score 66)
01:33 Thank you

--

Full question
https://superuser.com/questions/302505/c...

Question links:
[Using cd Command in Windows Command Line, Can't Navigate to D:\]: https://superuser.com/questions/135214/u...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #commandline

#avk47



ACCEPTED ANSWER

Score 188


You do not need to cd d:\ just enter d:.

CD stands for change directory, which is not what you want to do.




ANSWER 2

Score 67


Use one of the following:

C:\Ruby\bin> cd /d D:\
D:\>

or

C:\Ruby\bin> cd D:\
C:\Ruby\bin> D:
D:\>