script/导出skip_scan_dir.conf.bat

9 lines
204 B
Batchfile
Raw Normal View History

2025-05-08 11:13:01 +08:00
@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