1.) I'd like to capture the return code. 2.) I'd like to capture the output (it writes to the console, typically I pipe to a file and read the file, which is fine) 3.) I'd like the calling code to ...