Shell

Name

Shell -- Runs a child process

Synopsis

Shell[{command->""}, {spawn->True}] =: INTEGER 

Description

Shell runs a child process. The text string to be executed by the shell is given in command, and spawn specifies whether to run in the foreground or background.

See also

Platform.