-- last edited by: L. Stewart, December 12, 1983 5:21 pm
name
Run:
syntax
Run {-s} {-a} file*
load and start a BCD. You may omit the extension if it is ".bcd". The -s switch says to START the BCDs even if they have unbound imports. The -a switch says to load and Start a .bcd whether or not it has been previously loaded.
description
load a BCD UNLESS it is already loaded, in which case return normally without doing anything. An appropriate message will be printed to indicate the action taken. Interface to Loader.Instantiate and Loader.Start. See CommandTool.Run.
The -a overrides the unless it is already loaded clause.
The -s cause the bcd to be STARTed even if it has unbound imports.
warnings
You will find out about version mismatches etc. If there are any errors other than unbound imports, the module or configuration will not be STARTed. If there were unbound imports, the BCD will be STARTed only if the -s switch was set.
implementation
CommandToolImpl.mesa in CommandTool.df
contact
L. C. Stewart <Stewart.pa>
keyword hints
help button info man
keywords
to be supplied by the Index Czar