On 3/19/2013 12:36 PM, Buzz Fenner wrote:
I'm finding all sorts of examples of executing qshell commands from
within a cl program; what I'm searching for (so far in vain) is an
example or technique for executing a file of commands. In other
words, running it as a script file, in a single process (job), from
within a cl program. TIA.
If you concat the various commands together with "&&" they should run one after another, as long as no errors occur.
david