To set switches on the command line, use the following command:
({ {+|-|/}s }...)
To set switches using COBSW use the following command:
SET COBSW={ {+|-|/}switch }...
COBSW={ {+|-|/}switch }... export COBSW
where:
{ | } | Choose one of the items either side of the |. |
{ }... | You can repeat this item. |
switch | Either a programmable switch with a digit in the range 0 through 8, or a run-time switch with an upper-case or lower-case
letter.
A letter is equivalent to the same letter followed by the digit 0. For example B, B0, b, b0 all refer to the same switch. |
+ | Sets the switch on. |
- | Sets the switch off. |
Notes