📄 deltmp.bat
字号:
del *.~*
del *.dcu
del *.ddp
del *.??~
if not exist wuLB goto _commBase
cd wuLb
del *.~*
del *.dcu
del *.ddp
del *.??~
cd ..
:_commBase
if not exist commBase goto _commUnit
cd commBase
del *.~*
del *.dcu
del *.ddp
del *.??~
cd ..
:_commUnit
if not exist commUnit goto _commQuery
cd commUnit
del *.~*
del *.dcu
del *.ddp
del *.??~
cd ..
:_commQuery
if not exist commQuery goto _sysTools
cd commQuery
del *.~*
del *.dcu
del *.ddp
del *.??~
cd ..
:_sysTools
if not exist sysTools goto _End
cd sysTools
del *.~*
del *.dcu
del *.ddp
del *.??~
cd ..
:_End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -