Programming Guide |
Invokes a process without waiting for it to return
int sm_launch(char *command);
command
- The command to be launched
- · Success: On Windows, 0; on POSIX, the process ID of the new process.
sm_launch
starts the command running, and does not wait for it to terminate.