5 lines
83 B
Batchfile
5 lines
83 B
Batchfile
![]() |
@echo off
|
||
|
echo Cleaning up all non-source files
|
||
|
del /S *.~*
|
||
|
del /S *.dcu
|
||
|
echo done.
|