NSIS/Contrib/VPatch/Source/GUI/clean.bat
kichik 4bf6509225 VPatch 3.0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4271 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-17 09:25:44 +00:00

5 lines
No EOL
83 B
Batchfile

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