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/kernel/ifdel.bat

3 lines
146 B

if exist %1 del %1
if "%debug_info%"=="true" echo [%time%] IFDEL %1 >>%sys_log%
if "%2"=="make" mkdir %1 && echo [%time%] Remake DIR %1>>%sys_log%