LAUNCH

This function executes a shell command line and returns the output of the script or program. This function is identical to SYSTEM except that it executes the command asynchronously and does not return any output from the command.

Syntax

LAUNCH(command,{command-input})

Arguments

command Command line to execute.
command-input Standard input to pass to the executing command.

Example

LAUNCH("/boot/apps/CDPlayer")

Launches the CDPlayer application located in the /boot/apps directory.