script/进入刷机模式.bat
2025-05-08 17:12:08 +08:00

7 lines
114 B
Batchfile

@echo off
set TOOLCHAIN_PATH=.\win
cd %TOOLCHAIN_PATH%
.\hdc.exe shell reboot bootloader
echo "all success"
pause