Uipath Marketplace
MarketplaceStudioスニペットGet Output from Command Line

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Get Output from Command Line

Get Output from Command Line

作成者: Siyang Wu

1

スニペット

ダウンロード数

429

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

This workflow will run a code in the command line and return its output.

概要

概要

It will wait until the command is completed even if it takes more time.

This activity runs in the background and will not affect other running command-line process; thus, it can also be used for multithreaded implementation as it can optimize their efficiency.

Arguments:

  • in_CommandDirectory (String) - current directory of the command line.
  • in_CommandString (String) - a string of command for running. e.g. "ipconfig".
  • out_OutputString (String) - output from command line.

機能

機能

Simplified implementation of command line operations.

その他の情報

その他の情報

依存関係

No dependencies

コード言語

Visual Basic

公開者

Siyang Wu

公開者ページを表示

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.0.1

更新日

2020年2月18日

対応製品

Studio: 19.6 - 22.10

認定

シルバー 認定済み

アプリケーション

Microsoft Windows

サポート

UiPath コミュニティ サポート

類似のコンポーネント