spawn

id = spawn(filename, command, arg...)

Return a spawned object associated with the process created from the given command (with arguments). If filename is None, then use command and search in the execution path.