Table of Contents

Method OpenTerminalAndRunEcho

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

OpenTerminalAndRunEcho(string)

Opens terminal and runs 'echo' command with the specified text string there.

public static bool OpenTerminalAndRunEcho(string s)

Parameters

s string

String to output.

Returns

bool