What is the difference between the said procs?
From the docs I gather that execShellCmd() is system() from <stdlib.h>; but what is the definition for execCmd()?
The description makes you suggest that it is system() too, but why would we need a doubly defined proc?