📄 _clear.cmd
字号:
@echo off
cd BCB_Client1
call _clear
cd ..
cd BCB_Server1
call _clear
cd ..
cd Delphi_BrowserUpload
call _clear
cd ..
cd Delphi_ClientUpload
call _clear
cd ..
cd Delphi_RemoteFunctions
call _clear
cd ..
cd Delphi_DualServer
call _clear
cd ..
cd Delphi_rtcParse1
call _clear
cd ..
cd Delphi_rtcParse2
call _clear
cd ..
cd Delphi_rtcParse3
call _clear
cd ..
cd Delphi_ServerLesson1
call _clear
cd ..
cd Delphi_ServerLesson2
call _clear
cd ..
cd Delphi_ServerLesson2b
call _clear
cd ..
cd Delphi_ServerLesson3
call _clear
cd ..
cd Delphi_ServerLesson4
call _clear
cd ..
cd Delphi_XMLRPCTest
call _clear
cd ..
cd Lazarus_Server
call _clear
cd ..
del *.rsm
del *.map
del *.local
del *.identcache
del *.tgs
del *.tgw
del *.dcu
del *.~*
del *.log
del *.stat
del *.mps
del *.mpt
del *.obj
del *.hpp
del *.tds
del *.exe
del *.~*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -