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/app_loader.bat

7 lines
272 B

cd /d %initdir%
if "%secure_mode%"=="enable" goto end
for %%h in (%feature_x%) do call %kernel%\init_app.bat %%h && echo Load:%%h >>%app_log%
echo Initing App Configure
cd /d %proc%\kcfg
for %%f in (%feature%) do if exist %%f.kcfg echo source "%%f.kcfg">>kernel.kcfg
:end