ShellExecutionOptions
Properties
Link copied to clipboard
The shell executable.
Link copied to clipboard
The arguments to be passed to the shell executable used to run the task. Most shells require special arguments to execute a command. For example bash
requires the -c
argument to execute a command, PowerShell
requires -Command
and cmd
requires both /d
and /c
.
Link copied to clipboard
The shell quotes supported by this shell.