@echo off REM maq.bat to clean the McAfee Quarantine C: REM one long line between this and the next REM cd C:\Documents and Settings\All Users\Application Data\McAfee\VirusScan\Quarantine\ REM make sure above line is on ONE line dir pause del /S /F /Q *.* echo McAfee Quarantine cleaned pause