9 lines
114 B
Batchfile
9 lines
114 B
Batchfile
|
|
@echo off
|
||
|
|
|
||
|
|
set TOOLCHAIN_PATH=.\win
|
||
|
|
|
||
|
|
cd %TOOLCHAIN_PATH%
|
||
|
|
.\hdc.exe shell hilog -w stop
|
||
|
|
|
||
|
|
echo "all success!"
|
||
|
|
pause
|