9 lines
204 B
Batchfile
9 lines
204 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/skip_scan_dir.conf %CONFIG_PATH%
|
|
echo "all success"
|
|
pause |