11 lines
315 B
Batchfile
11 lines
315 B
Batchfile
@echo off
|
|
|
|
set TOOLCHAIN_PATH=.\win
|
|
set MODELS_PATH=..\out
|
|
|
|
cd %TOOLCHAIN_PATH%
|
|
.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/models %MODELS_PATH%
|
|
echo "all success"
|
|
pause
|
|
|
|
hdc file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/models /Users/wangzhongjie/Downloads/model_enc |