有什么办法可以复制文件夹中的所有.text
文件exe
吗?
喜欢,
cp *.[exe|txt] c:\temp
答案1
使用复制(强大的文件复制),它预装在 Windows Vista、7 及更高版本上(在链接上):
robocopy "source" "target" *.exe *.txt /S
办法/S
Copy Subdirectories, but not empty ones.
如果要查找 RoboCopy 上的所有命令,请在 cmd 中输入以下命令:robocopy /???