NSIS/Contrib/VPatch/Source/GUI/clean.bat

5 lines
83 B
Batchfile
Raw Normal View History

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