Answers for "command line won't change directory"

7

cd not working in cmd

// You can use 
cd /d d:DocsJava
Posted by: Guest on September-20-2020
1

change directory in cmd doesn't work

C:...Admin> d:
D:>cd "DocsJava"

D:DocsJava>
Posted by: Guest on March-19-2020
0

not able to change directory in cmd

If you are not able to change directory with cd "path" then try following.
c:UsersuserDesktop> e:
E:> cd Folder-Name
Posted by: Guest on May-25-2021

Code answers related to "command line won't change directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language