atom-terminal icon indicating copy to clipboard operation
atom-terminal copied to clipboard

running executables found in paths with spaces

Open cloudRoutine opened this issue 10 years ago • 1 comments

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

cloudRoutine avatar Sep 28 '15 23:09 cloudRoutine

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.

rwakulszowa avatar Oct 06 '15 09:10 rwakulszowa