Run Script
スクリプトファイル(.bat/.sh/.py/...)を実行し、出力を取得します。
プログラム・プロセスRunScript
概要
スクリプトファイル(.bat/.sh/.py/...)を実行し、出力を取得します。
Run a script file (.bat/.sh/.py/...) and capture its output.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Script file | file | 必須 | 例: C:/temp/run.bat 変数に対応 | |
| Arguments | string | 任意 | 変数に対応 | |
| Store stdout in | variable | 任意 | 例: output |