CAPABILITY


capability    {+|-} {k} {c} {m} {i} , <text>

Function

Change the operating capability of one or more modelling commands.

Parameters

+

Capabilities are to be added.

 

 

-

Capabilities are to be removed.

 

 

k

The capability to execute the command from the keyboard during normal interactive operation.

 

 

c

The capability to execute the command from a command file (batch mode).

 

 

m

The capability to execute the command from a tablet menu.

 

 

i

The capability to execute the command from the keyboard after interruption of an executing command file (interrupt mode).

 

 

text

The command(s), separated by commas, whose capabilities are being redefined. The character : may be used to change the ability to call external programs.

Examples

capability -ik, reset, kill, erase

capability +k, save

capability mick, do, call, :

capability -k, be, f, cs, d

Notes

If neither + nor - is used, then the capabilities on the command line define all those permitted for the command.

See also

break, digitise, do, mount