Would like to schedule a weekly defrag of my C drive, would prefer to use WinXP Disk Defragmenter as I have had very bad experience with 3rd party App. ie: Diskeeper.
Make a text file and name it "DefragAll.bat" or something. Add these lines to the file...
defrag C: -v
defrag D: -v
defrag E: -v
.. for every harddrive/partition you want to defragment. [Tada, you just wrote a script! (actually, a batch file - close enough)] Now setup your Task Scheduler to run this file as often as you wish (I do it monthly). Problem solved!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.