YourDefrag  SVN
Configuration File
Author:
Andriy Golovnya <andrew_golovnia@ukr.net> http://ag.embedded.org.ru/
URL:
http://yourdefrag.sf.net/
URL:
http://sf.net/projects/yourdefrag/
License:
GPLv2 http://www.gnu.org/licenses/gpl-2.0.html

Disk Persistent Configuration File

The defragmenter can keep disk configuration in a configuration file ?:\YourDefrag.cfg. This file has simple INI-file format.

Some fields can be overridden by corresponding command line options. See Command Line Defragmenter Usage for more information.

Fields:
Mode = <num>

Use allocation mode <num>.
See option -mode for more information.
This option can be overridden with -mode command line option.

Speed = <num>

Run <num> percents of the normal speed.
See option -speed for more information.
This option can be overridden with -speed command line option.

FreeSpace = <num>

Reserve free <num> percents of space for temp files.
See option -freespace for more information.
This option can be overridden with -freespace command line option.

Excludes = <list>

Use semicolon separated <list> as an exclude list.
See option -excludes for more information.
This option can be overridden with -excludes command line option.

SpaceHogs = <list>

Use semicolon separated <list> as a space hogs list.
See options -usehogs and -defaulthogs for more information.
This option can be overridden with -usehogs and -defaulthogs command line options.

Start = <value> Start defragmenter on current disk.
If <value> is set to true or 1 current disk will be processed by defragmenter. If <value> is set to false or 0 current disk will be ignored by defragmenter.
Default value is true
Examples:
empty file or no file

Runs defragmentation with default settings.

[YourDefrag]
Speed=75
FreeSpace=3

Runs defragmentation with 3% reserved free space and 75% speed.

[YourDefrag]
SpaceHogs="*.vhd;*.vmdk"

Runs defragmentation using only files *.vhd and *.vmdk as space hogs.

[YourDefrag]
Start=false
Do not defragment this disk.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines