hi
can i hightlight the boot files?
this script doesn't work
Title("Highlight boot")
Description("Highlights boot files")
SetColor(Allocated,40,40,40)# Dark-Blue
SetFileColor(All,40,40,40)
SetFileColor(Fragmented,40,40,40)
SetFileColor(not(Movable),40,40,40)
VolumeSelect
CommandlineVolumes()
and Removable(no)
and Writable(yes)
and Mounted(yes)
VolumeActions
SetFileColor(ImportListFromBootOptimize, all, 250,250, 0)
VolumeEnd
thanks
cheers