Windows自带的神奇复制工具
假设:
c:\xxx\a\1.dat c:\xxx\a\1.png c:\xxx\b\2.dat c:\xxx\b\2.png
运行:
xcopy c:\xxx\*.dat c:\yyy /S
结果:
c:\yyy\a\1.dat c:\yyy\b\2.dat