ApplicationConfiguration.TerminalCommand Command Processing Executable to bring up a terminal window using a command and arguments. Examples (Windows Terminal, PowerShell, Command): wt.exe -d "{0}" powershell.exe -NoExit -Command "& cd '{0}'" cmd.exe /k "cd {0}" public string TerminalCommand