#rem 列出子目录文件绝对路径名到aa.txtdir "E:\IBM\BB\" /b /s >aa.txt循环读取文件并copy到指定目录for /f "delims=" %%i in (aa.txt) do copy "%%i" E:\IBM\BB\pause
dos 批量copy文件
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号