MyDefragGUI has never run for me. I use NTFS and US Win XP SP3, most recent VCC, .Net, etc. I use Avira Anti-Virus and Comodo Firewall
When I attempt to execute a defrag, MyDefragGUI (from
www.mydefrag.net) crashes reporting a syntax error at line 32 column 35. I have tested with the default settings. Here are the first 32 lines of the .MyD script which is created. Would someone please tell me how to fix this problem?
# MyDefragGUI script
Title('defragmenting and optimising - fast')
Description('Created by MyDefragGUI 2.1.0')
Language('english')
Slowdown(100)
OtherInstances(exit)
BatteryPower(allow)
WhenFinished(exit)
Debug(7)
SetColor(Empty,0,0,0)
SetColor(Allocated,45,72,128)
SetColor(BusyRead,255,255,255)
SetColor(BusyWrite,255,255,255)
SetFileColor(All,139,158,198)
SetFileColor(Fragmented,229,229,0)
ExcludeVolumes(Cdrom(yes))
VolumeSelect
CommandlineVolumes()
VolumeActions
ReclaimNtfsReservedAreas()
SetFileColor(All,All,139,158,198)
SetFileColor(All,Fragmented,229,229,0)
SetFileColor(All,not(Movable),204,92,92)
SetFileColor(All,Selected,174,198,248)
SetFileColor(All,Selected and Fragmented,255,255,0)
SetFileColor(All,Selected and not(Movable),255,115,115)
FileSelect
SelectNtfsSystemFiles(yes)
FileActions
PlaceNtfsSystemFiles(Ascending)