script/导入自检配置文件.bat
2025-05-08 11:13:01 +08:00

9 lines
224 B
Batchfile

@echo off
set TOOLCHAIN_PATH=.\win
set CONFIG_PATH=..\in
cd %TOOLCHAIN_PATH%
.\hdc.exe file send %CONFIG_PATH%\carcheck.txt /mnt/hmdfs/100/account/device_view/local/files/duolun/config/carcheck.txt
echo "all success"
pause