Friday 13 May 2016

Using cd Command in Windows Command Line, Can't Navigate to D:\ :::Hemant Vishwakarma

Going back to the days of DOS, there's a separate "current directory" for each drive. cd D:\foldername changes D:'s current directory to the foldername specified, but does not change the fact that you're still working on the C: drive.
What you want is simple:
D:
Here you can see how the "separate current directory for each drive" thing works:
C:\Users\coneslayer>e:

E:\>c:

C:\Users\coneslayer>cd e:\software

C:\Users\coneslayer>e:

e:\Software>

No comments:

Post a Comment