9 lines
212 B
Batchfile
9 lines
212 B
Batchfile
|
|
@echo off
|
||
|
|
|
||
|
|
set TOOLCHAIN_PATH=.\win
|
||
|
|
set CONFIG_PATH=..\out
|
||
|
|
|
||
|
|
cd %TOOLCHAIN_PATH%
|
||
|
|
.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/config/carcheck.txt %CONFIG_PATH%
|
||
|
|
echo "all success"
|
||
|
|
pause
|