Did you know that Windows XP comes with a free command line defrag tool? It sure does, it is really easy to use. Simply get to a command prompt (click on Start ->� Run, and type cmd in the box.). Then to defragment the C: drive you would type defrag C:
Now if you want to schedule it to run, make a quick batch file by opening up notepad.exe (Start -> run -> notepad.exe). Type your command into notepad defrag C: save the file as mydefrag.bat
Then go into your task scheduler and choose your batch file as the item to schedule.
