Execute a system command: Difference between revisions

(Added a solution for MATLAB)
Line 487:
 
 
a more complete version which also returns the contents formfrom stderr, and checks the exit-status, and where the environment can be specified:
 
<lang ocaml>let check_exit_status = function
Anonymous user