bt_6000.cmd

来自「在高通的手机平台下,一个下载手机.bin文件到手机的flash中的工具,包含PC」· CMD 代码 · 共 9 行

CMD
9
字号
@echo off

if exist bt_6000.log del /f /q bt6000.old.log && move bt6000.log bt6000.old.log > nul
if not .%2==. set _args=%2

make -f bt_6000.mak depend VERSION=%1 %_args% 2>&1 | perl tee.pl bt6000.log

make -f bt_6000.mak VERSION=%1 %_args% 2>&1 | perl tee.pl bt6000.log

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?