@echo off echo Cleaning up all non-source files del /S *.~* del /S *.dcu echo done.