script/进入刷机模式.bat

7 lines
114 B
Batchfile
Raw Permalink Normal View History

2025-05-08 17:12:08 +08:00
@echo off
set TOOLCHAIN_PATH=.\win
cd %TOOLCHAIN_PATH%
.\hdc.exe shell reboot bootloader
echo "all success"
pause