Spaces cause split in path with PowerShell

前端 未结 12 844
广开言路
广开言路 2020-12-02 15:24

I\'m having an issue with powershell when invoking an exe at a path containing spaces.

PS C:\\Windows Services> invoke-expression \"C:\\Windows Services\\My

12条回答
  •  Happy的楠姐
    2020-12-02 15:57

    "&'C:\Windows Services\MyService.exe'" | Invoke-Expression
    

    via https://www.vistax64.com/powershell/52905-invoke-expression-exe-has-spaces-its-path.html

提交回复
热议问题