Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string EscapeCmdExeMetachars(string)

Declaration

public static string EscapeCmdExeMetachars(
    string command
)

Summary

Escapes all cmd.exe meta-characters by prefixing them with a ^. See CommandRunner.ArgsToCommandLine(IEnumerable<string>) for more information.