When calling cmd script, comma in string is not preserved #11295
Labels
Issue-Question
ideally support can be provided via other mechanisms, but sometimes folks do open an issue to get a
Resolution-Answered
The question is answered.
Steps to reproduce
Create a batch file
mybatch.cmd
containing:In PowerShell call it with
Expected behavior
Comma inside the string should be preserved, like when calling it in cmd:
Actual behavior
Comma is parsed as array.
Environment data
The text was updated successfully, but these errors were encountered: