BAT-使用BAT方法清理Delphi临时文件

 

@echo off
del /S *.~*
del /S *.dcu
del /S *.dsk
del /S *.hpp
del /S *.ddp
del /S *.mps
del /S *.mpt
del /S *.bak
del /s *.dof
del /s *.cfg
del /s *.exe
del /s *.pro.user
del /s *.pro.user.*
exit

posted on 2015-07-17 11:18  疯狂delphi  阅读(522)  评论(0编辑  收藏  举报

导航