07/04/26 10:57:35 qeloNYD20
>>922
うむ。
本当のすごいことになるのは、たぶん、4.0から。スクリプトでファイルの種類や位置を細かく
指定できるようになるらしい。
DebugLevel(1)
ForDisk(Name("C:") Name("D:"))
begin
OptimizeMFTzone
Place(Attribute(Directory),Fast)
Place(NameRegExp(".exe$"),SortByName)
Place(NameRegExp(".dll$"),SortByName)
Defragment
ShowInfo(Summary)
ShowInfo(UnmovableFiles)
ShowInfo(FragmentedFiles)
end
ForDisk(Attribute(Mounted) Attribute(Fixed) Attribute(Writable))
begin
OptimizeMFTzone
Place(Attribute(Directory), Fast)
Place(FragmentSize(1048576), Fast)
ShowInfo(Summary)
ShowInfo(UnmovableFiles)
ShowInfo(FragmentedFiles)
end
みたいな……