You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PhoenixSDK/sys/modules/AFT.ppk/make/clean_temp.bat

5 lines
112 B

@echo off
echo 删除临时文件
rmdir /q /s temp
cd /d %temp%
for /d %%f in (ELCC_AFT_TEMP_*) do rmdir /q /s %%f