【发布时间】:2020-05-26 13:37:47
【问题描述】:
我正在尝试了解如何使用命令行(旨在创建批处理文件以便我可以自动执行此操作)将单个文件复制到多个子文件夹中,
当前文件夹设置为:
C:\MainFolder:
DestinationFolder1
Sending
Receiving
DestinationFolder2
Sending
Receiving
DestinationFolder3
Sending
Receiving
如何将C:\Example.txt 发送到每个目标文件夹中的Sending 目录?
【问题讨论】:
标签: batch-file command-line copy subdirectory