HELP SYSOBEY                                    Steven Hardy, March 1982

sysobey(string)

This procedure takes a string as argument and runs it as DCL command by
setting up a sub-process. If it runs DCL itself, then it will be
necessary to return to POPLOG by typing 'logout', 'lo' or 'q'.

SYSOBEY uses SYSSPAWN. For full details see REF * SYSUTIL.

(SYSOBEY no longer attempts to run the users LOGIN.COM file
or the file in the logical variable POPINICOM)

SYSOBEYLIST takes a list of strings, which are to be interpreted as DCL
commands. It creates a sub-process to interpret those commands and sends
the strings to the sub-process, after attaching '$' to the beginning of
each string.

See HELP * SYSOBEYLIST, SHOWLIB * SYSOBEYLIST, REF * SYSUTIL
