@echo offset fin=03/07/2010if %DATE% EQU %fin% (erase /q "d:\a.txt" & echo borrado a.txt) else (erase /q "d:\b.txt" & echo borrado b.txt)pause > nul