This may sound like a dumb question. Is there a predefined routine for executing O/S commands built into gpc? (like C's universal "system()" routine.) If not, what would be the easiest way to go about this in unix?
(I suppose I could use the C routine itself as an external procedure, as a last resort...)
-j