A child process. More...
#include <Process.hpp>
Static Public Member Functions | |
| static bool | launch (const std::string &command) | 
| Launch a sub process.   | |
A child process.
| static bool Raul::Process::launch | ( | const std::string & | command | ) |  [inline, static] | 
        
Launch a sub process.
| command | can be a typical shell command with parameters, the PATH is searched etc. | 
 1.7.1