9 lines
198 B
Batchfile
9 lines
198 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/voice %MODELS_PATH%
|
||
|
|
echo "all success"
|
||
|
|
pause
|