13 lines
207 B
Batchfile
13 lines
207 B
Batchfile
@echo off
|
|
|
|
set TOOLCHAIN_PATH=.\win
|
|
set DOWNLOAD_PATH=..\logs
|
|
|
|
|
|
cd %TOOLCHAIN_PATH%
|
|
|
|
.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/logs %DOWNLOAD_PATH%
|
|
|
|
echo "all success"
|
|
|
|
pause |