Can't Change Drives in cmder
Asked Answered
H

4

6

I am unable to move to the next drives in cmder. When i put the command to move to the other drive like cd c:\

It again automatically moves to the Home Location.

I have searched on their official website but nothing helpful. I have find to set it up in settings but even can't find there

Higbee answered 5/3, 2019 at 8:26 Comment(0)
B
12

Here's a github question that may help.

Essentially, use Z: to navigate to a different drive, where Z is the drive you want to switch to.

This is available in the latest release.

Baron answered 13/3, 2019 at 18:13 Comment(0)
A
11

If you are in C drive and want to cd into D drive then run this command

cd /d D:

if you want to cd into K drive

cd /d K:
Amesace answered 11/2, 2022 at 23:33 Comment(0)
C
2

you can use e: & cd /a/b/c and use alias may save a lot of time for you hope this will help you https://github.com/cmderdev/cmder/issues/6#issuecomment-583273939

Christly answered 7/2, 2020 at 8:15 Comment(0)
L
1

Let's say you want to go D drive

so just put d: on the terminal and press enter

now you are in :)

Laster answered 7/1, 2022 at 12:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.