拷贝文件夹或文件

文件夹以及子目录拷贝 不提示直接覆盖

xcopy C:\temp\aaaa\a1 C:\temp\aaaa\a2\ /S /E /Y

文件拷贝 不提示直接覆盖

copy C:\temp\aaaa\a1\111.txt C:\temp\aaaa\a2\111.txt /y

上一篇:Java基础语法


下一篇:Linux 隧道接口 介绍