-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to cd
to another drive
#6
Comments
I am afraid this is not related to cmder in any way, but anyhow |
I had tried
|
Same here, except when I set an alias like |
Sorry but I can't seem to reproduce that: |
My bad, I read |
ok fixed it |
@Jayflux Many thanks! |
@thetypebeast try it against the latest alpha release and if it still doesn't work raise a new issue mentioning your OS version and alpha release version latest alpha release here: https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts |
i use D: is ok... 👍 |
use only D: and you will go to the D driver |
@teal-front & @oussamasic: I don't have access to the |
@thetypebeast for me it works you need only to write D: |
cd d: |
@MDJ2014 try 'd:' or 'cd /d d:' your syntax is wrong and would fail in any cmd session not just cmder. |
It worked for me. That is why I posted it. |
Tks @MDJ2014 |
This is not a cmder issue. If simple "D:" is not working try |
thanks! |
awesome! |
For me to change from H:\ to C I wrote Just C: and it worked |
For changing the drive use |
works for me to run cmdir with /START "V;/path" |
thanks |
lol it works soo strange |
On my PC it behaves very interestingly.... I manged to find it tho...
it interesting how all below combinations are not working....
I was about to give up tho.... |
@Mansour-J try |
@BeingTomGreen you can use
|
@nico1988 you are making this too hard. Windows cmd.exe |
I seem to be having some issues navigating to different drives. I keep C: for windows and keep all of my files on a second drive (D:)
If I attempt to navigate to
D:\Dropbox\Work\Repos\
nothing happens, yet if I runls D:\Dropbox\Work\Repos\
I am presented with the full contents of the folder.Example:
If I attempt to create a new tab with a startup location of
D:
I get:And nothing seems to work, I assume this is at least partially related to #4.
In the mean time I have just modified the
init.bat
to initiallycd
intoD:
.The text was updated successfully, but these errors were encountered: