pushd "D:\copy_folder" for /r %%a in (*.xlsx) do ( XCOPY /Y "%%a" "D:\save_folder" ) popd
本文标题:cmd递归复制目录下指定格式的所有文件
本文链接:https://www.haomeiwen.com/subject/pgyywctx.html
网友评论