![]() | CommandLine Methods |
The CommandLine type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EscapeArgument |
Escapes an argument string for the Windows CMD interpreter.
If the string contains special cahracters or white space,
it is quoted.
|
![]() ![]() | FormatArgumentList | Creates a string with mutlitple command line arguments, compatible with the Windows CMD interpreter. All characters of the given strings are preserved and if necessary escaped. |
![]() ![]() ![]() | SubstituteArgument |
Given a string, containing batch style placeholders for
environment variables and numbered parameters, the placeholders are
replaced by the referred parameter values.
|
![]() ![]() ![]() | SubstituteArgumentList |
Given an array of strings, containing batch style placeholders for
environment variables and numbered parameters, the placeholders are
replaced by the referred parameter values.
|