atom-terminal
atom-terminal copied to clipboard
running executables found in paths with spaces
Is this the desired behavior for paths with spaces?
C:\Users\Jared\Portable Software\cmder\Cmder.exe - works

"C:\Users\Jared\Portable Software\cmder\Cmder.exe" - fails

This seems like a Windows issue, not atom-terminal itself. If you try to run in cmd
start "" ""Program Files""
it will throw the same error, because of the double quotes. It could be easily fixed within the plugin code, but if the double quotes actually have a use in Windows, that would introduce a new bug I guess.