Answers for "windows cmd not changing directory"

1

cd not changing directory windows 10

To switch to another drive in Windows 10 '/D' has to be used.
cd /D Z:/
Posted by: Guest on February-23-2021
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 "windows cmd not changing directory"

Browse Popular Code Answers by Language