Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string ArgsToCmdExeLine(IEnumerable<string>)

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.