Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.57k stars 573 forks source link

{Shells::cmd} does not handle space in file path #2433

Open FickoDeSantis opened 2 years ago

FickoDeSantis commented 2 years ago

Versions

ConEmu 210912 [64] Startup Info OsVer: 10.0.22000.x64

Problem description

It seems that {Shells::cmd} does not handle space in file path correctly.

Steps to reproduce

{Shells::cmd} & c:\Extract\Pipe List\pipelist64.exe Error: 'c:\Extract\Pipe' is not recognized as an internal or external command, operable program or batch file.

{Shells::cmd} & "c:\Extract\Pipe List\pipelist64.exe" Error: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.

Expected results

Run pipelist64.exe in console and stay in command prompt input mode.