script/导入voice文件.bat

9 lines
203 B
Batchfile
Raw Normal View History

2025-05-08 11:13:01 +08:00
@echo off
set TOOLCHAIN_PATH=.\win
set CONFIG_PATH=..\in
cd %TOOLCHAIN_PATH%
.\hdc.exe file send %CONFIG_PATH%\voice /mnt/hmdfs/100/account/device_view/local/files/duolun/voice
echo "all success"
pause