sysExecute

Version 22.0.8473


sysExecute

Version 22.0.8473


Executes a program or command.

必要なパラメータ

  • name: The name of the command or program to execute.

オプションのパラメータ

  • arguments:The command-line arguments for the command or program.
  • argarray#:The command-line arguments for the command or program.
  • directory:The directory to start the command or program in.デフォルト値は”.” です。
  • timeout:The maximum amount of time (in seconds) to wait for the command or program. Use -1 to indicate no timeout.デフォルト値は60です。
  • waitforoutput:Whether to wait for the output of the command or program.デフォルト値はTRUE です。

Output Attributes

  • sys:output:The output of the command or program.
  • sys:error:The error output, if any, of the command or program.