-
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
Single mode does not set current directory #420
Comments
Just to be sure, are you running an exe you compiled yourself or the one included in the repo? |
I am running an self compiled exe from the current development branch who has the |
1.3.2 release notes claim this issue was fixed but that does not appear to be the case. running |
I don't know why me PR that resolve this issues with |
@DoCode that is weird? It shows in the history? https://github.com/cmderdev/cmder/commits/master/launcher/src/CmderLauncher.cpp |
I am facing the same issue here but only when I had launched an instance of Cmder before. If I execute However, if I had launched I tweaked the options of I do not know whether those issues are linked. |
@Stanzilla, how can we close this issue for all times? I use my PR since Sep 4, 2015 and it works like a Charme with all updates from ConEmu... |
@DoCode Thanks you, that's nice but I do not intend to compile my own version of Cmder (at least for now) So please integrate his PR |
For now, I use this walkaround: Terminal.cmd path @echo off
set ConEmuExe=ConEmu64.exe
rem Check if Cmder is already launched
tasklist /FI "IMAGENAME eq %ConEmuExe%" 2>NUL | C:\Windows\System32\find.exe /I /N "%ConEmuExe%">NUL
if "%ERRORLEVEL%"=="0" goto NEW_TAB
:OPEN_CMDER
%CMDER_ROOT%\Cmder.exe /SINGLE %~1
goto :EOF
:NEW_TAB
start %CMDER_ROOT%\vendor\conemu-maximus5\%ConEmuExe% /title Cmder /cmd cmd /k "%CMDER_ROOT%\vendor\init.bat && cd /d %~1" But I do not have the right icon when I open a new tab. It is really annoying. |
The PR was successfully merged in 2016... But anyone override my changes. |
@DoCode like I said, please re-do the PR and it will get merged |
I have this issue too... when will it be fixed ? |
Fixed in current release |
When open cmder(cmder launcher exe from development branch) in single mode from explorer context menu,
the
CMDER_START
environment variable is not overwritten when the second tab is started.The text was updated successfully, but these errors were encountered: