Table of Contents

Method OpenTerminalAndRunCommand

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OpenTerminalAndRunCommand(string?, string?)

Opens terminal and runs command there.

public static bool OpenTerminalAndRunCommand(string? command = null, string? folder = null)

Parameters

command string

Command to run.

folder string

Value of WorkingDirectory.

Returns

bool