# MyDefrag v4.0 default script: Consolidate free space. # # This script is part of the standard MyDefrag distribution. Title('Consolidate free space') Description("Consolidate free space description") // See the Setup.Myd file. WriteLogfile("MyDefrag.log","LogHeader") VolumeSelect CommandlineVolumes() VolumeActions AppendLogfile("MyDefrag.log","LogBefore") FileSelect all FileActions Defragment(Fast) Defragment() FastFill(WithShuffling) MoveDownFill() FileEnd AppendLogfile("MyDefrag.log","LogAfter") VolumeEnd