フォルダ(バッチファイルが配置されているフォルダ)内のすべての.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
追記:
-サブフォルダをループする必要はありません