HELP
An object that spawns an HP BASIC/UX process
and runs a specified program.  Init HP
BASIC/UX is available in HP VEE-Test only.

USE
Use Init HP BASIC/UX to begin communications
with HP BASIC programs.

Enter the complete path and file name of
the HP BASIC program you wish to run in the
Program field.  The program may be in either
STOREd or SAVEd format.  You can use relative
paths; these paths are relative from the
present working directory where HP VEE
started.

Init HP BASIC/UX does not provide any data
path to or from the HP BASIC process; use
To/From HP BASIC/UX for that purpose.

LOCATION
I/O ==> HP BASIC/UX ==> Init HP BASIC/UX

NOTES
You can use more than one Init HP BASIC/UX
object in a model and you can use more than
one in a single thread.

There is no direct way to terminate an HP
BASIC/UX process from an HP VEE model other
than deleting the Init object.  There are two
possible ways to terminate the HP BASIC/UX
processes:
* Your HP BASIC program runs a QUIT statement
  when it receives a certain data value from
  HP VEE.
* An HP-UX Escape object kills the HP
  BASIC/UX process using a shell command,
  such as rmbkill.
When you exit HP VEE, any HP BASIC/UX
processes still attached are killed.

SEE ALSO
To/From HP BASIC/UX, To/From Named Pipe, and
HP-UX Escape.
