«Prev
|| 1 || Next»
06 June 2015
copy コマンドでファイルを連結する
Windowsのコマンドプロンプトでファイルを連結する
バイナリーファイルの場合
copy /b xxxxx.iso.part1 + xxxxx.iso.part2 + xxxxx.iso.part3 xxxxx.iso
copy /b xxxxx.iso.part? xxxxx.iso
テキストファイルの場合
copy xxxxx.txt.part1 + xxxxx.txt.part2 + xxxxx.txt.part3 xxxxx.txt
copy xxxxx.txt.part? xxxxx.txt
Copy - DOS コマンド一覧
バイナリーファイルの場合
copy /b xxxxx.iso.part1 + xxxxx.iso.part2 + xxxxx.iso.part3 xxxxx.iso
copy /b xxxxx.iso.part? xxxxx.iso
テキストファイルの場合
copy xxxxx.txt.part1 + xxxxx.txt.part2 + xxxxx.txt.part3 xxxxx.txt
copy xxxxx.txt.part? xxxxx.txt
Copy - DOS コマンド一覧
«Prev
|| 1 || Next»