script/下载轨迹.bat

13 lines
207 B
Batchfile
Raw Normal View History

2025-01-22 11:12:20 +08:00
@echo off
set TOOLCHAIN_PATH=.\win
set DOWNLOAD_PATH=..\logs
2025-05-08 09:51:03 +08:00
2025-01-22 11:12:20 +08:00
cd %TOOLCHAIN_PATH%
.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/logs %DOWNLOAD_PATH%
2025-05-08 09:51:03 +08:00
echo "all success"
2025-01-22 11:12:20 +08:00
pause