

© J.C. Kessels 2009
|
 |
 |
VolumeBoolean
Select volumes for processing. There are several functions to choose from,
and they can be combined in expressions with AND, OR, NOT, and parenthesis.
- Volumes that are selected with the VolumeBoolean of the global
ExcludeVolumes setting are automatically excluded in
the VolumeBoolean of VolumeSelect statements.
Example# Select all volumes that are fixed, writable, and mounted.
VolumeSelect
Removable(no)
and Writable(yes)
and Mounted(yes)
VolumeActions
....
VolumeEnd |
Actions
See also: VolumeSelect
VolumeActions
ExcludeVolumes
Scripts
|
 |