Launch Application#

Launches the specified application with the given parameters.

Path to Application[Text] The path to the application to be launched or the name of a standard application (e.g., "cmd.exe").
Parameters[Text] Command line parameters required to launch the application, such as "-?".
Wait for LaunchIf selected, the script execution is paused until the specified application fully launches.
Wait TimeThe wait time for the application to launch in seconds. Ignored if the "Wait for Launch" property is not selected.
SelectorAllows you to interactively select the application.
Process ID[Link] The name of the reference variable where the identifier of the launched Process will be stored. Helps manage this Process (e.g., close it) from other blocks. If no other Processes are launched in the script that need to be managed, it is recommended to leave the default value.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during execution. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block.