Skip to content
New issue

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

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

Already on GitHub? # to your account

Cmder does not run if username has spaces between it #1355

Closed
kas opened this issue Apr 22, 2017 · 4 comments
Closed

Cmder does not run if username has spaces between it #1355

kas opened this issue Apr 22, 2017 · 4 comments
Labels
👀 Awaiting Response Waiting to hear back from the issue reporter.

Comments

@kas
Copy link

kas commented Apr 22, 2017

Same as #658, which was closed.

I get the following when using the {bash::bash} specified named task in cmder (Alt+Win+T > Startup).

'C:\Users\Kenneth' is not recognized as an internal or external command, operable program or batch file.

My Windows user directory is Kenneth Schnall.

@kas kas changed the title Cmder does not run if username has spaces between Cmder does not run if username has spaces between it Apr 22, 2017
@nithinmohan
Copy link

I am facing the same issue. Can someone please update on this?

@oliversalzburg
Copy link

In the task definitions, you need to replace

cmd /k ""%ConEmuDir%\..\init.bat" "

with

cmd /k ""%ConEmuDir%\..\init.bat""

Notice the extra space in the original command line. That is not properly escaping the path and results in the observed failure.

@stale
Copy link

stale bot commented May 25, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contribution.

@stale stale bot added the 👀 Awaiting Response Waiting to hear back from the issue reporter. label May 25, 2019
@stale
Copy link

stale bot commented Jun 1, 2019

This issue has been automatically closed due to it not having any activity since it was marked as stale. Thank you for your contribution.

@stale stale bot closed this as completed Jun 1, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
👀 Awaiting Response Waiting to hear back from the issue reporter.
Projects
None yet
Development

No branches or pull requests

3 participants