@echo off set TOOLCHAIN_PATH=.\win cd %TOOLCHAIN_PATH% .\hdc.exe shell hilog -w stop echo "all success!" pause