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.
特定のファイルをあるフォルダーから別のフォルダーにコピーするためのバッチ ファイルを作成する方法。宛先フォルダーが作成されていない場合、スクリプトはそれを作成し、そこにファイルをコピーする必要があります。
xcopy "c:\folder 1\file.txt" "c:\folder 2\"