【发布时间】:2013-08-10 11:19:49
【问题描述】:
我需要将处理后的文件移动到新文件夹,我们需要为移动的文件添加时间戳作为后缀。在一天之内,我们可能会多次收到相同的文件。我是批处理脚本的新手。
例如:
Source Folder:
C:\SourceFiles
a.xml,
b.xml,
c.xml
When I copy/move the files to the destination folder, this is how they need to look as below
Destination Folder:
C: \DestinationFiles
a_08082013_10_16.xml,
b_08082013_10_16.xml,
c_08082013_10_16.xml
任何帮助将不胜感激。
【问题讨论】:
标签: batch-file copy move