# 更新最後修改時間
copy /b filename.ext + , ,
"/b" # Indicates a binary file
"," # indicate the omission of the Destination parameter
# 合併檔案
"+" #Appending files
To append files, specify a single file for Destination, but multiple files for Source (using wildcard characters or file1+file2+file3 format).