Sujet : Re: Local Versus Global Command Options
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 21. Feb 2025, 23:18:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vpau3j$3j7d2$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Pan/0.162 (Pokrosvk)
On Fri, 21 Feb 2025 16:42:56 -0500, Stephen Hoffman wrote:
Is it feasible for DCL? Sure. Though it'll likely involve passing some
of the syntax to lib$table_parse or ilk for parsing, as do a few DCL
commands I've encountered (or have written) over the years.
What happens when you bypass DCL? So one program directly spawns another
and gives it a command to execute. Can the receiving program behave the
same in that case as if it were invoked from a shell?