Defrag App Version 2.0
I have updated my defrag application to allow users with RAID to manually add their drives to the list.
The program gets your computers drive names by doing a DriveInfo.GetDrives(); call (part of the .net framework) however when drives are in RAID each drive does not have a name and the DriveInfo.GetDrives(); method throws a IOException. This new Defrag App handles the exception by opening a dialog where the user can add their drives manually.
There have also been some other slight aesthetical updates
System Requirements
Download
Screenshots
Manually adding drives
When you've added the drives, click done
==========
System Requirements
Windows® XP/2003 Server/Vista with .net Framework Version 2