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

vendor/init.bat fails on paths with spaces #28

Closed
jonkloske opened this issue Nov 27, 2013 · 2 comments
Closed

vendor/init.bat fails on paths with spaces #28

jonkloske opened this issue Nov 27, 2013 · 2 comments
Milestone

Comments

@jonkloske
Copy link

the section that reads:

:: Add aliases
@doskey /macrofile=%rootDir%\config\aliases

needs quotes around the parameter to macrofile, eg:

:: Add aliases
@doskey /macrofile="%rootDir%\config\aliases"

otherwise you get an ugly message that reads (for example):

Invalid macro definition
File not found - C:\Program
Welcome to cmder!

worksonmymachine

@orodley
Copy link

orodley commented Nov 27, 2013

I had the same issue, and this fix works for me too. 👍

@samvasko
Copy link
Contributor

I will just write: "Always quote the values" like 100 times so I do not forget it next time. :D

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