Delphi 删除备份文件和日志文件的批处理文件
ClearDelphiBackFile.bat
DEL /s/q *.dcu;*.ddp;*.~*
ClearLogFile.bat
DEL /s/q *.log
有些事情,没经历过不知道原理,没失败过不明白奥妙,没痛苦过不了解真谛。临渊羡鱼,不如退而结网!
ClearDelphiBackFile.bat
DEL /s/q *.dcu;*.ddp;*.~*
ClearLogFile.bat
DEL /s/q *.log