Method SegmentAndQuoteCommandLine
SegmentAndQuoteCommandLine(string?)
Splits command line string into array and adds double quotes to the elements if they contain spaces.
public static string[] SegmentAndQuoteCommandLine(string? cmdLine)
Parameters
cmdLine
stringCommand line string.
Returns
- string[]