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.
コマンド ライン インターフェイスが必要です。SRC フォルダーとサブディレクトリ内のすべてのファイルを appl.h という名前でコピーし、すべてのファイルの内容を単一のファイルnewfile.txt に追加します。
xcopy C:\SRC\*appl.h newfile.txt /s
しかし問題は、ファイルを追加せず、newfile.txtを上書きすることです。