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

Action "Open command prompt here" from default.xml configuration does not work #51

Closed
end2endzone opened this issue Jun 5, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@end2endzone
Copy link
Owner

The action Open command prompt here from file default.xml does not seems to work.

@end2endzone end2endzone added the bug Something isn't working label Jun 5, 2020
@end2endzone
Copy link
Owner Author

Looking at the logs, the following is observed:

I0605 15:19:31.279268 11836 shellext.cpp:655] CContextMenu::InvokeCommand(), executing action(s) for menu 'Open command prompt here'...
I0605 15:19:31.279268 11836 shellext.cpp:661] CContextMenu::InvokeCommand(), executing action 1 of 1.
I0605 15:19:31.279268 11836 ActionExecute.cpp:101] Running 'C:\Windows\system32\cmd.exe' from directory '"F:\Projets\Programmation\Cpp\protobuf-pipe-plugin\master"'.
E0605 15:19:31.279268 11836 shellext.cpp:675] CContextMenu::InvokeCommand(), action #1 has failed: The directory name is invalid.

The action Open command prompt here uses double quotes in with the basedir attribute:

<exec path="${env.ComSpec}" basedir="&quot;${selection.path}&quot;" />

The &quot; elements must be removed for the action to be executed properly.

end2endzone added a commit that referenced this issue Jul 31, 2020
@end2endzone end2endzone added this to the 0.5.0 milestone Aug 29, 2020
end2endzone added a commit that referenced this issue Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant