Declaration
public static string ArgsToCmdExeLine(
IEnumerable<string> args
)
Summary
Escapes the arguments (while skipping nulls) for use with cmd.exe. The first argument is escaped as a filepath to
an executable or a script, and the rest as arguments.