talked about windows XP optimization in one of my earlier posts and one of the recommendations I did was to defrag the Drive, this script will help you to defrag the drive automatically when you need to perform this task. You can also do it from the run command START>RUN type CMD and hit ENTER. the command utility is DEFRAG.exe the options are:
/A-Analyzes the drive and displays a report
/F-Forces defragmentation, event when space is low
/ V-Displays complete reports
To write the script open notepad and type this lines:
CD\
DEFRAG C: /V
The CD\ command is to switch from documents and Settings to the root C:\
Save it as a BAT file “defrag.bat” and you it should be ready to go.







Be The First To Comment
Please Leave Your Comments Below