subject-two/test.bat

14 lines
156 B
Batchfile
Raw Permalink Normal View History

2025-05-15 11:35:04 +08:00
@echo off
set TOOLCHAIN_PATH=.\win
cd %TOOLCHAIN_PATH%
.\hdc.exe kill
.\hdc.exe shell hilog -w stop
.\hdc.exe shell hilog -r
echo "操作完成"
pause