fcma_sw_online_update/install.bat

12 lines
288 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:: 检查下是否有git命令
where git >nul 2>nul
if %errorlevel% neq 0 (
msg * "没有找到git命令请安装git后再运行此脚本,请手动执行install_env.bat."
pause
exit
)
:: 调用 install_maco.bat
call install_maco.bat
:: 调用 install_maco_cshart.bat
call install_maco_cshart.bat