Easy Execution Library - c++ class library for spawning processes
Easy Execute – An extremely easy to use C++ library for spawning processes and executing arbitrary commands.
 This library is intended for developers who wish to simply execute some command, without worrying about the underlying
 fork/exec/system calls, string parsing, setting up timers, recording the run time of the command, etc. This library
 makes it all completely plug and play. GPLv3.
| Author | Hunter Davis [email](mailto:hunter@hunterdavis.com) | 
| Operating Systems Supported | Linux, Unix, OSX, Cygwin, any POSIX type system | 
| Included with Application | C++ class definition and header, examples | 
| Target Audience | Begining developers, any developer who does not wish to involve themselves with mid to low level process code, timing code, etc. | 
| ScreenShot | N/A | 
| Documentation | Included with archive. Driver program/unit tests also included |