@echo OFF title Disk Defrag cls echo. echo ********************************************* echo ** Your PC is now about to be defragmented ** echo. echo ** It may look as if nothing is happening ** echo. echo ****************but it is******************** echo. echo ********This will take some time************* echo. echo ***So best run when you leave the office.**** echo. echo **You can stop this by closing the red cross* echo. echo ********************************************* defrag.exe c: -f shutdown.exe -r -c "Your System has been Defragmented. Run this once a week. System will now Restart."