VolumeBoolean

MyDefrag

Scripts - 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

 *  (...)
 *  All
 *  AND
 *  Cdrom
 *  CheckVolume
 *  CommandlineVolumes
 *  FileSystemType
 *  Fixed
 *  FragmentCount
 *  FragmentSize
 *  Label
 *  Mounted
 *  Name
 *  NOT
 *  NumberBetween
 *  OR
 *  Ramdisk
 *  Remote
 *  Removable
 *  Size
 *  Writable

See also:

 *  VolumeSelect
 *  VolumeActions
 *  ExcludeVolumes
 *  Scripts