generic_run ( commandline )
Run an application with the given commandline.
This expects a pre-built commandline that derives from
AbstractCommandline, and returns a ApplicationResult object
to get results from a program, along with handles of the
standard output and standard error.
|