It would be nice to have a 1 line function for this.
The current "MoveToEndOfDisk.MyD" is a bit confusing, & doesnt work for me:
- Giganto gaps everywhere
- Frags everywhere
[frags are ok, but they failed to move-to-end-of-disk]- Script ends before performing the next volume select
VolumeSelect
Name("D:") // Inactive drive for backing up program installers
VolumeActions
MakeGap(PercentageOfVolume(100)) /* Dirty trick to move all the files to the end of the disk. */
VolumeEnd
// This is where my script says "Finished"
VolumeSelect
Name("D:")
VolumeActions
FileSelect
FileName("*.exe")
FileActions
Title('Organizing Volume')
SortByName(Ascending)
Title('Filling')
MoveDownFill()
FileEnd
VolumeEnd
An actual function dedicated to moving up is better than a trick.
I hope this will be added.
I have to use RunScript to run the old JkDefrag -6 if I want to move files up.
Thanks for reading