Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BAT ファイルのコマンドを使用して、既に存在するファイルの先頭にテキストを挿入するにはどうすればよいですか?
あなたが好きなら私を嘲笑しますが、私のグーグルスキルは私を失敗させました:)
私の知る限り、Windowsでバッチファイルlangを使用してファイルの先頭に挿入することはできません。ただし、新しいものをファイルに入れて使用できます
copy /b <beginningfile> + <endfile> <newfile>
目的のファイルを作成します。