script/导入加密模型.bat

9 lines
199 B
Batchfile
Raw Permalink Normal View History

2025-05-08 14:30:37 +08:00
@echo off
set TOOLCHAIN_PATH=.\win
set MODELS_PATH=..\in
cd %TOOLCHAIN_PATH%
.\hdc.exe file send %MODELS_PATH%\models /mnt/hmdfs/100/account/device_view/local/files/duolun
echo "all success"
pause