All pastes #1639708 Raw Edit

Unnamed

public text v1 · immutable
#1639708 ·published 2009-10-23 10:23 UTC
rendered paste body
# 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