我想设置一个简单的批处理文件,它将遍历文件夹(放置批处理文件的文件夹)中的所有 .txt 文件,并为每个文件添加相同的标题行。标题行在单独的文本文件中定义。
例如,假设我有:
c:\SomeFolder\Headings.txt
--> I want to add this to the top of each of the text files in:
c:\SomeFolder\FolderWithTextFiles\
--> ...by running the batch file:
c:\SomeFolder\FolderWithTextFiles\BatchFile.batch
额外说明:
- 无需遍历子文件夹