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.
6 lines
307 B
6 lines
307 B
@echo off
|
|
if exist %initdir%\devices\make\%1.bat call %initdir%\devices\make\%1.bat %2 %3 %4 %5 %6 && goto end
|
|
if exist %appdir%\AFT.ppk\DefConfigMake\%def_config_sysmode%\%1.bat call %appdir%\AFT.ppk\DefConfigMake\%def_config_sysmode%\%1.bat && goto end
|
|
call %kernel%\make.bat %1 %2 %3 %4 %5 %6
|
|
:end
|