The Computer Oracle

CMD cd to other drives except C:\ not working

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: A Thousand Exotic Places Looping v001

--

Chapters
00:00 Cmd Cd To Other Drives Except C:\ Not Working
00:38 Answer 1 Score 67
00:50 Accepted Answer Score 188
01:01 Thank you

--

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

--

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:\>