Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Change Drives in cmder

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

like image 550
James Anderson Avatar asked Dec 17 '22 18:12

James Anderson


2 Answers

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.

like image 143
adriennetacke Avatar answered Mar 07 '23 08:03

adriennetacke


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:
like image 41
Sateesh Pagolu Avatar answered Mar 07 '23 08:03

Sateesh Pagolu