沒有測試過
參考看看
set "src=C:\test"
set "dst=D:\test"
cd /d "%src%"
for /d %%a in (*) do (
for /d %%b in ("%%a\*") do (
md "%dst%\%%b\others"
xcopy /h "%src%\%%b" "%dst%\%%b\others"
)
)
https://freefilesync.org/download.php
內有中文介面,到選項變更即可,立即生效
目前是用此軟體同步
但是要一個一個資料夾設定
plan1 A:test/A1/A1-1/ B:test/A1/A1-1/others
plan2 A:test/A1/A1-2/ B:test/A1/A1-2/others
.
.
.
我有200多個資料夾要設定
要把A1-1裡面資料同步到B A1-1/others
A位置沒有others
應該是要用迴圈 但是不知道怎麼寫
感覺他是想把A1-1目錄中的所有檔案,複製到A1-1目錄下的other