Programming Guide



sm_launch

Invokes a process without waiting for it to return

int sm_launch(char *command);

command
The command to be launched

Returns

Description

sm_launch starts the command running, and does not wait for it to terminate.

See Also

sm_shell