Project

General

Profile

Disable » History » Version 1

Per Amundsen, 02/09/2014 06:46 PM

1 1 Per Amundsen
*/disable <group1 group2 ... groupN>*
2
3
Disables the specified groups in all scripts.
4
5
Wildcard is allowed.
6
7
*Paremeters*
8
9
<group1 group2 ... groupN> - A list of groups to be disabled.
10
11
*Example*
12
13
<pre>
14
;Disable group #one #two #three
15
/disable #one #two #three
16
17
;Disable all groups matching #*o*
18
/disable #*o*
19
</pre>