这个 cmd 命令给了我我想要的文件。
dir /b /a-d "\\teams1.sharepoint.xx.com\teams\Contractcenter_Volume Direct Contracts\Shared Documents\"|findstr /b "CONTRACT" >"C:\AIRCR_CHANGE1_PATSY\aaafiles.tmp"
现在我如何将此文件名输入 xcopy 以放入一个不错的批处理文件?
xcopy "源文件路径" "目标文件路径"
我是否需要打开文件,读取文件名并存储为变量,然后执行 xocpy "variable for source" "Destination File path"