MyDefrag v4.0b5 (April 25, 2009)

MyDefrag

Download and install - MyDefrag v4.0b5 (April 25, 2009)

Changes:
  • Changed the DATETIME string into grammar. This affects the LastAccess(), LastChange(), and CreationDate()filebooleans, and the Pause() and MaxRunTime() settings, old scripts have to be changed by removing the quotes around the datetime's.
  • Added "now" as a valid datetime.
  • Fixed a bug in the SortBy*** fileactions, it crashed when it tried to clean up full path names from memory.
  • Fixed a bug where the $MFT was ignored by the SortByName fileaction.
  • The WhenFinished(shutdown) and WhenFinished(reboot) setting is no longer executed when the user cancels the program.
  • The program now pre-calculates the number of zones and shows it in the top of the window. Empty zones (with SetBeginOfZone) are now counted as a zone.
  • Fixed the crash report. Microsoft has disabled SetUnhandledExceptionFilter() function without saying so in the manpage. I am now using __try/__except.
  • Added a popup window if the program crashes, asking the user to post the debug logfile on the forum.