Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change directory (dir at another local disk) #1220

Closed
isnullxbh opened this issue Jan 12, 2017 · 3 comments
Closed

Change directory (dir at another local disk) #1220

isnullxbh opened this issue Jan 12, 2017 · 3 comments

Comments

@isnullxbh
Copy link

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

@isnullxbh isnullxbh changed the title Change directory ( dir at another local disk ) Change directory (dir at another local disk) Jan 12, 2017
@daxgames
Copy link
Member

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

@daxgames
Copy link
Member

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 $*

@daxgames daxgames reopened this Jan 12, 2017
@isnullxbh
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants