Cmder: Change directory (dir at another local disk)

Created on 12 Jan 2017  ·  3Comments  ·  Source: cmderdev/cmder

It is possible to change local disk with 'cd' command without usage '/d' flag?
It's so annoying to write /d everytime.

Most helpful comment

You could do an alias. Something like:

alias cdd=cd /d $*

Then:

cdd e:\test

Would change to 'e:\test'

Do not do the below because it could bread some stuff:

alias cd=cd /d $*

All 3 comments

This is not related to cmder. This is Microsoft cmd.exe syntax.

You could do an alias. Something like:

alias cdd=cd /d $*

Then:

cdd e:\test

Would change to 'e:\test'

Do not do the below because it could bread some stuff:

alias cd=cd /d $*

Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GlassGruber picture GlassGruber  ·  3Comments

AaronKaa picture AaronKaa  ·  3Comments

vincentntang picture vincentntang  ·  3Comments

tfarina picture tfarina  ·  3Comments

hyrious picture hyrious  ·  3Comments