如何将.png当前目录中的所有文件复制到当前目录中名为“src”的文件夹中?
.png
我试过这个代码:
copy .*.png /src
它对我不起作用。
command-line batch-file
batch-file ×1
command-line ×1