我希望使用cmd
在我的电脑上使用Windows
移动文件。
我正在使用命令:
MOVE SOURCE LOCATION
移动我的图书馆:
MOVE jfreechart-1.0.19.jar ../bin/jfreechart-1.0.19.jar
但我不想删除原始文件。
我尝试阅读文档http://ss64.com/nt/move.html,但我没有找到任何帮助。
怎么做?
答案 0 :(得分:2)
只需使用COPY。
Syntax
COPY [options] [/A|/B] source [/A|/B] [+ source2 [/A|/B]...] [destination [/A|/B]]
COPY source1 + source2.. destination [options]