7 lines
114 B
Batchfile
7 lines
114 B
Batchfile
@echo off
|
|
set TOOLCHAIN_PATH=.\win
|
|
|
|
cd %TOOLCHAIN_PATH%
|
|
.\hdc.exe shell reboot bootloader
|
|
echo "all success"
|
|
pause |