clean.bat

来自「很好的资料」· Batch 代码 · 共 16 行

BAT
16
字号

rem Cleam IAR Flash tools and copy 

rem Copy the right file
copy /Y Debug\Exe\FlashAT91SAM7X.d79 ..\..\..\..\config\flashloader\Atmel\FlashAT91SAM7X.d79
copy /Y FlashAT91SAM7X.mac ..\..\..\..\config\flashloader\Atmel\FlashAT91SAM7X.mac

rem del the works dfolder
rd Debug /S/Q
rd settings /S/Q

rem
del *.dep /Q

rem end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?