Next: , Previous: , Up: Switches   [Index]


6.3.1 How to turn switches on and off

To turn a switch on or off, you can use the Switch keyword, which has the following syntax:

Switch switch-name On
Switch switch-name Off

The switch-name parameter must be the name of a valid switch (a complete list of switches follows below). The first line from above turns the selected switch on, the second turns it off. (You knew it before, did’nt you? <g>).

For example, in order to turn the SEEN-BYs switch on, you would add the following line to your configuration file:

Switch SEEN-BYs On