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