@echo off set TOOLCHAIN_PATH=.\win cd %TOOLCHAIN_PATH% .\hdc.exe shell param set persist.autostart.dts 1 echo "all success" pause