Or you could save yourself some money and use the built in Windows defrag and schedule it via the task scheduler.
I have a batch file in my d: drive and have the following in it: ------------------------------ d: defrag c: -v > defragc.txt defrag d: -v > defragd.txt defrag e: -v > defrage.txt ------------------------------ I have it run once a night and can simply look at the defrag[c,d,e].txt files to see what happened. The -v switch is for verbose mode and the > is simply to pipe the output text to a text file so I can review what happened. Eric >>> [EMAIL PROTECTED] 10/29/03 09:51AM >>> Defrag software, like Diskkeeper Server edition. John Tolmachoff Engineer/Consultant/Owner eServices For You > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:IMail_Forum- > [EMAIL PROTECTED] On Behalf Of jeff > Sent: Wednesday, October 29, 2003 6:34 AM > To: [EMAIL PROTECTED] > Subject: [IMail Forum] Spool Drive Defrag Question > > > Hey all. I have a server setup with 3 sets of mirrored drives. > > C:\ -- System\IMail\Declude\Virus Scanning > > D:\ -- Spool\Logs > > E:\ -- Mailboxes > > What I want to do is Defrag the Spool directory as it is in need. I would > also like to defrag the mailboxes directory soon as it will be in need. > > Suggestions on how to do this quickly and easily? > > Jeff Reinhardt > XFire Software LLC > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
