#include <cascade/util/CascadeSpawn.h>
Static Public Member Functions | |
static bool | Spawn (const CascadeString &commandLine) |
CascadeSpawn::Spawn() is intended to provide the ability to spawn processes. It takes the headache out of Linux's Fork/Exec nonsense.
|
spawns a program with the give commandLine Spawn() spawns a process with the give command line |